HomeSort by relevance Sort by last modified time
    Searched refs:websocket_hello_message (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_task.h 15 // - Send |websocket_hello_message| on the WebSocket connection and
92 std::string websocket_hello_message; member in class:chrome_browser_net_websocket_experiment::WebSocketExperimentTask::Config
websocket_experiment_task.cc 104 websocket_hello_message("Hello"),
514 websocket_->Send(config_.websocket_hello_message);
530 if (msg != config_.websocket_hello_message)

Completed in 606 milliseconds