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

Unified Diff: chrome/browser/about_flags.cc

Issue 13164002: Create and show the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix upstream Created 7 years, 8 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/ash/ash_keyboard_controller_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 0e87ccf3aad24747016c90631dc95e9b893de46b..f4579115c7dca9a218b9913dec120ac42d4dbae2 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -35,6 +35,7 @@
#include "ui/base/ui_base_switches.h"
#include "ui/gfx/switches.h"
#include "ui/gl/gl_switches.h"
+#include "ui/keyboard/keyboard_switches.h"
#include "ui/surface/surface_switches.h"
#if defined(ENABLE_MESSAGE_CENTER)
@@ -1308,6 +1309,15 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableTranslateAlphaLanguages)
},
+#if defined(OS_CHROMEOS)
+ {
+ "enable-virtual-keyboard",
+ IDS_FLAGS_ENABLE_VIRTUAL_KEYBOARD_NAME,
+ IDS_FLAGS_ENABLE_VIRTUAL_KEYBOARD_DESCRIPTION,
+ kOsCrOS,
+ SINGLE_VALUE_TYPE(keyboard::switches::kEnableVirtualKeyboard)
+ },
+#endif
};
const Experiment* experiments = kExperiments;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/ash/ash_keyboard_controller_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698