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

Unified Diff: chrome/test/chromedriver/chrome/web_view.h

Issue 251933005: [ChromeDriver] Support mobile emulation on desktop Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing review comments Created 6 years, 7 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: chrome/test/chromedriver/chrome/web_view.h
diff --git a/chrome/test/chromedriver/chrome/web_view.h b/chrome/test/chromedriver/chrome/web_view.h
index e30ec9518150e844f313209ca350a03f29658760..26f6512538e6780c8b8b5511887bee5203bb6594 100644
--- a/chrome/test/chromedriver/chrome/web_view.h
+++ b/chrome/test/chromedriver/chrome/web_view.h
@@ -19,6 +19,7 @@ class TimeDelta;
class Value;
}
+struct DeviceMetrics;
stgao 2014/05/19 17:34:02 Seems unused.
sam.rawlins 2014/05/20 00:25:20 Done. Moved to web_view_impl.h
class DevToolsClient;
struct Geoposition;
class JavaScriptDialogManager;

Powered by Google App Engine
This is Rietveld 408576698