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

Unified Diff: trunk/src/ui/app_list/app_list_switches.cc

Issue 139293012: Revert 245093 "Flag-flip of app-list-voice-search. Now it's on b..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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 | « trunk/src/ui/app_list/app_list_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/app_list/app_list_switches.cc
===================================================================
--- trunk/src/ui/app_list/app_list_switches.cc (revision 245183)
+++ trunk/src/ui/app_list/app_list_switches.cc (working copy)
@@ -12,8 +12,8 @@
// If set, folder will be enabled in app list UI.
const char kEnableFolderUI[] = "enable-app-list-folder-ui";
-// If set, the voice search is disabled in app list UI.
-const char kDisableVoiceSearch[] = "disable-app-list-voice-search";
+// If set, the voice search is enabled in app list UI.
+const char kEnableVoiceSearch[] = "enable-app-list-voice-search";
bool IsFolderUIEnabled() {
return CommandLine::ForCurrentProcess()->HasSwitch(kEnableFolderUI);
« no previous file with comments | « trunk/src/ui/app_list/app_list_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698