Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(859)

Unified Diff: third_party/WebKit/Source/modules/websockets/DOMWebSocket.h

Issue 1461283002: [DO NOT COMMIT] mojo datapipe performance measurement Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
diff --git a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
index 2badc24f9df9d77a23fb288915b53c16085ffa80..fcd37e9a564b03736e6872452204daffc0a0877d 100644
--- a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
+++ b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
@@ -133,6 +133,9 @@ public:
void didStartClosingHandshake() override;
void didClose(ClosingHandshakeCompletionStatus, unsigned short code, const String& reason) override;
+ ScriptPromise loaderTestTransmitChromiumIPC(ScriptState*, int, int, int);
+ ScriptPromise loaderTestTransmitMojo(ScriptState*, int, int, int);
+
DECLARE_VIRTUAL_TRACE();
static bool isValidSubprotocolString(const String&);
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698