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

Unified Diff: Source/core/inspector/InspectorClient.h

Issue 900543003: DevTools: do not abuse inspector controller for the front-end side plumbing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed initializer. Created 5 years, 10 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 | « Source/core/inspector/DevToolsHost.cpp ('k') | Source/core/inspector/InspectorController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorClient.h
diff --git a/Source/core/inspector/InspectorClient.h b/Source/core/inspector/InspectorClient.h
index 46782a80c2890115d478571e76676ee4a46ba539..a483abd6e8408c625d25006d85587f053bcea7a7 100644
--- a/Source/core/inspector/InspectorClient.h
+++ b/Source/core/inspector/InspectorClient.h
@@ -28,7 +28,6 @@
#define InspectorClient_h
#include "core/inspector/InspectorStateClient.h"
-#include "core/page/ContextMenuProvider.h"
#include "wtf/Forward.h"
#include "wtf/PassRefPtr.h"
@@ -71,7 +70,6 @@ public:
virtual float minimumPageScaleFactor() { return 1; }
virtual float maximumPageScaleFactor() { return 1; }
virtual void setPageScaleFactor(float) { }
- virtual void showContextMenu(float x, float y, PassRefPtrWillBeRawPtr<ContextMenuProvider>) { }
virtual void dispatchKeyEvent(const PlatformKeyboardEvent&) { }
virtual void dispatchMouseEvent(const PlatformMouseEvent&) { }
« no previous file with comments | « Source/core/inspector/DevToolsHost.cpp ('k') | Source/core/inspector/InspectorController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698