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

Unified Diff: third_party/WebKit/Source/web/DevToolsEmulator.h

Issue 1641003003: [DevTools] Small cleanup after device mode v2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@device-mode-cleanup-split
Patch Set: Created 4 years, 11 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/web/DevToolsEmulator.h
diff --git a/third_party/WebKit/Source/web/DevToolsEmulator.h b/third_party/WebKit/Source/web/DevToolsEmulator.h
index fc25aa43e672c7c5eccdb659fc368334c84729b1..ca2c3f81fb10d1ec4febf829013a7123bced50fd 100644
--- a/third_party/WebKit/Source/web/DevToolsEmulator.h
+++ b/third_party/WebKit/Source/web/DevToolsEmulator.h
@@ -24,9 +24,6 @@ public:
static PassOwnPtrWillBeRawPtr<DevToolsEmulator> create(WebViewImpl*);
DECLARE_TRACE();
- void setEmulationAgent(InspectorEmulationAgent*);
- void viewportChanged();
-
// Settings overrides.
void setTextAutosizingEnabled(bool);
void setDeviceScaleAdjustment(float);
@@ -59,7 +56,6 @@ private:
void disableMobileEmulation();
WebViewImpl* m_webViewImpl;
- RawPtrWillBeMember<InspectorEmulationAgent> m_emulationAgent;
bool m_deviceMetricsEnabled;
bool m_emulateMobileEnabled;
« no previous file with comments | « third_party/WebKit/Source/devtools/protocol.json ('k') | third_party/WebKit/Source/web/DevToolsEmulator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698