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

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

Issue 379803007: [chromedriver] Rename "emulateViewport" to "mobile". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/device_metrics.h
diff --git a/chrome/test/chromedriver/chrome/device_metrics.h b/chrome/test/chromedriver/chrome/device_metrics.h
index d40159b41db880d95585789df2ca866f468e5336..1e238ef61bb9239b7d8401deff9e219427e0f573 100644
--- a/chrome/test/chromedriver/chrome/device_metrics.h
+++ b/chrome/test/chromedriver/chrome/device_metrics.h
@@ -12,7 +12,7 @@ struct DeviceMetrics {
int width;
int height;
double device_scale_factor;
- bool emulate_viewport;
+ bool mobile;
bool fit_window;
bool text_autosizing;
double font_scale_factor;

Powered by Google App Engine
This is Rietveld 408576698