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

Unified Diff: ash/ash_switches.cc

Issue 155493002: Add key based scrolling on magnified screen for kiosk mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 4d341f8b15b85650e2b45744a1ea0bb7ddd697b7..130b99f24400d5b819da1a25db9117228f5648f0 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -119,6 +119,10 @@ const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor";
#endif
#if defined(OS_CHROMEOS)
+// Enables accelerators to control magnified screen.
+const char kAshEnableMagnifierAccelerators[] =
+ "ash-enable-magnifier-accelerators";
+
// Enables the multi user icons in the system tray.
const char kAshEnableMultiUserTray[] = "ash-enable-multi-user-tray";
#endif

Powered by Google App Engine
This is Rietveld 408576698