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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoaderClient.h

Issue 2248743003: [not for commit] try out fix with darin's cl. Base URL: https://chromium.googlesource.com/chromium/src.git@44_fix_copy_assign
Patch Set: Created 4 years, 4 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
« no previous file with comments | « content/renderer/websockethandle_impl.cc ('k') | third_party/WebKit/Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
index 65da964bc8d2568293971491c05be2be3aebb9b3..545ca10207538d0896842788b9bd461436153e4c 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
@@ -232,8 +232,6 @@ public:
virtual void didChangeFrameOwnerProperties(HTMLFrameElementBase*) { }
- virtual void dispatchWillOpenWebSocket(WebSocketHandle*) { }
-
virtual void dispatchWillStartUsingPeerConnectionHandler(WebRTCPeerConnectionHandler*) { }
virtual bool allowWebGL(bool enabledPerSettings) { return enabledPerSettings; }
« no previous file with comments | « content/renderer/websockethandle_impl.cc ('k') | third_party/WebKit/Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698