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

Unified Diff: chrome/common/pref_names.h

Issue 2533373002: Enabled/disable touch screen in TabletPowerButtonController (Closed)
Patch Set: incorporate comments from gab@ and afakhry@ Created 4 years 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/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index c9251d3fb0ed3d028bf15f3dafee6064c49cdb69..16ae2ba1b0c9ffad982264dd41128c900f79d04b 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -295,6 +295,7 @@ extern const char kFileSystemProviderMounted[];
extern const char kTouchVirtualKeyboardEnabled[];
extern const char kTouchScreenEnabled[];
extern const char kTouchPadEnabled[];
+extern const char kLocalTouchScreenEnabled[];
Daniel Erat 2016/12/02 21:48:57 i know that you're matching the existing style, bu
Qiang(Joe) Xu 2016/12/02 23:55:11 Done.
extern const char kWakeOnWifiDarkConnect[];
extern const char kCaptivePortalAuthenticationIgnoresProxy[];
extern const char kForceMaximizeOnFirstRun[];

Powered by Google App Engine
This is Rietveld 408576698