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

Unified Diff: Source/web/WebDevToolsAgentPrivate.h

Issue 23187005: [DevTools] Use device metrics emulation implemented in content. (Closed) Base URL: svn://svn.chromium.org/blink/trunk/
Patch Set: Another rebase Created 7 years, 2 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/web/WebDevToolsAgentImpl.cpp ('k') | Source/web/WebFrameImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDevToolsAgentPrivate.h
diff --git a/Source/web/WebDevToolsAgentPrivate.h b/Source/web/WebDevToolsAgentPrivate.h
index 2c57e0f6d637f0d0e784c436fcb54507cf51990a..87333fee6e0e10484ecc2d13398850580fb24d88 100644
--- a/Source/web/WebDevToolsAgentPrivate.h
+++ b/Source/web/WebDevToolsAgentPrivate.h
@@ -47,13 +47,6 @@ public:
// in this context should be done here.
virtual void didCreateScriptContext(WebFrameImpl*, int worldId) = 0;
- // A new FrameView has been created for the specified WebFrame using
- // the Frame::createView() call.
- virtual void mainFrameViewCreated(WebFrameImpl*) = 0;
-
- // Returns true if the device metrics override mode is enabled.
- virtual bool metricsOverridden() = 0;
-
// WebViewImpl has been resized.
virtual void webViewResized(const WebSize&) = 0;
« no previous file with comments | « Source/web/WebDevToolsAgentImpl.cpp ('k') | Source/web/WebFrameImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698