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

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: Disable RTS control when no tab or no nav. entry; impl. reviewer comments 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 324114ca7d4dfef05c4b687cfc958d360219ad18..7fd4f84deced7a037145c5cd3f0f92385339660b 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -375,6 +375,8 @@ extern const char kEnableDriveV2Api[];
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