diff options
author | yhirano@chromium.org <yhirano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-27 02:12:56 +0000 |
---|---|---|
committer | yhirano@chromium.org <yhirano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-27 02:12:56 +0000 |
commit | 3572daea423c006950ba12340d7961a7a1768875 (patch) | |
tree | 7ed4ce81452f5f72fd607a717e9077ca19df023b /content/content_common.gypi | |
parent | 60531d54b668c625ea5e2e7d4285ae8ac7388691 (diff) | |
download | chromium_src-3572daea423c006950ba12340d7961a7a1768875.zip chromium_src-3572daea423c006950ba12340d7961a7a1768875.tar.gz chromium_src-3572daea423c006950ba12340d7961a7a1768875.tar.bz2 |
Notify WebSocket handshake information to the renderer, chromium side
Notify WebSocket opening handshake request / response to the renderer process
to show them in the inspector.
Moved WebSocketHandshake{Request, Response} from modules/websockets
to platform/network to use them in platform/exported .
Blink side CL is: https://codereview.chromium.org/77273002/
BUG=310405
R=ricea, tsepez, jam
Review URL: https://codereview.chromium.org/77513002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237486 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 34159c0..dfd5d3f 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -371,6 +371,7 @@ 'common/view_message_enums.h', 'common/webplugin_geometry.cc', 'common/webplugin_geometry.h', + 'common/websocket.cc', 'common/websocket.h', 'common/websocket_messages.h', 'common/worker_messages.h', |