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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h

Issue 1450133003: [DevTools] Promote Device Mode v2 to default experiments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweaks Created 5 years, 1 month 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/core/inspector/InspectorPageAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
index a34aaeb85055e4d25299003b3e1d0d7da9a013d5..2255b9a533ec5c5a03a635888ebf630729e50ff5 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
@@ -61,8 +61,7 @@ public:
class Client {
public:
virtual ~Client() { }
- virtual void pageLayoutInvalidated(bool resized) { }
- virtual void setShowViewportSizeOnResize(bool show, bool showGrid) { }
+ virtual void pageLayoutInvalidated() { }
virtual void setPausedInDebuggerMessage(const String*) { }
};
@@ -106,7 +105,6 @@ public:
void setDocumentContent(ErrorString*, const String& frameId, const String& html) override;
void startScreencast(ErrorString*, const String* format, const int* quality, const int* maxWidth, const int* maxHeight) override;
void stopScreencast(ErrorString*) override;
- void setShowViewportSizeOnResize(ErrorString*, bool show, const bool* showGrid) override;
void setOverlayMessage(ErrorString*, const String*) override;
// InspectorInstrumentation API

Powered by Google App Engine
This is Rietveld 408576698