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

Unified Diff: chrome/common/chrome_switches.h

Issue 10827146: crbug.com/127841 - Request Tablet Site on CB with touch screen. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: use ReloadOriginalRequestURL instead of Reload; impl. review comments from sky Created 8 years, 4 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/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 93af339e4dfaee26628e9ad4114d175653eba27a..c649b4ec3f7e4029c0896e7a88082719c17aa376 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -377,6 +377,8 @@ extern const char kUseLevelDBForGData[];
extern const char kEnableGView[];
extern const char kEnableKioskMode[];
extern const char kEnableONCPolicy[];
+extern const char kEnableRequestTabletSite[];
+extern const char kEnableRequestTabletSiteEvenIfNonTouchDevice[];
extern const char kEnableStaticIPConfig[];
extern const char kEnableUnsupportedBluetoothDevices[];
extern const char kExperimentalWallpaperUI[];

Powered by Google App Engine
This is Rietveld 408576698