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

Side by Side Diff: chrome/common/chrome_switches.h

Issue 981773003: Remove the flag to disable new hotwording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/search/hotword_service_unittest.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Defines all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 extern const char kEnableBookmarkUndo[]; 122 extern const char kEnableBookmarkUndo[];
123 extern const char kEnableChildAccountDetection[]; 123 extern const char kEnableChildAccountDetection[];
124 extern const char kEnableCloudPrintProxy[]; 124 extern const char kEnableCloudPrintProxy[];
125 extern const char kEnableDevToolsExperiments[]; 125 extern const char kEnableDevToolsExperiments[];
126 extern const char kEnableDeviceDiscoveryNotifications[]; 126 extern const char kEnableDeviceDiscoveryNotifications[];
127 extern const char kEnableDomDistiller[]; 127 extern const char kEnableDomDistiller[];
128 extern const char kEnhancedBookmarksExperiment[]; 128 extern const char kEnhancedBookmarksExperiment[];
129 extern const char kEnableDomainReliability[]; 129 extern const char kEnableDomainReliability[];
130 extern const char kEnableDownloadNotification[]; 130 extern const char kEnableDownloadNotification[];
131 extern const char kEnableEphemeralAppsInWebstore[]; 131 extern const char kEnableEphemeralAppsInWebstore[];
132 extern const char kDisableExperimentalHotwording[];
133 extern const char kEnableExperimentalHotwordHardware[]; 132 extern const char kEnableExperimentalHotwordHardware[];
134 extern const char kEnableExtensionActivityLogging[]; 133 extern const char kEnableExtensionActivityLogging[];
135 extern const char kEnableExtensionActivityLogTesting[]; 134 extern const char kEnableExtensionActivityLogTesting[];
136 extern const char kEnableFastUnload[]; 135 extern const char kEnableFastUnload[];
137 extern const char kEnableIPv6[]; 136 extern const char kEnableIPv6[];
138 extern const char kEnableLinkableEphemeralApps[]; 137 extern const char kEnableLinkableEphemeralApps[];
139 extern const char kEnableMaterialDesignSettings[]; 138 extern const char kEnableMaterialDesignSettings[];
140 extern const char kEnableNaCl[]; 139 extern const char kEnableNaCl[];
141 extern const char kEnableNetBenchmarking[]; 140 extern const char kEnableNetBenchmarking[];
142 extern const char kEnableNewBookmarkApps[]; 141 extern const char kEnableNewBookmarkApps[];
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 #if defined(OS_CHROMEOS) 407 #if defined(OS_CHROMEOS)
409 bool PowerOverlayEnabled(); 408 bool PowerOverlayEnabled();
410 #endif 409 #endif
411 410
412 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 411 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
413 // alphabetical order, or in one of the ifdefs (also in order in each section). 412 // alphabetical order, or in one of the ifdefs (also in order in each section).
414 413
415 } // namespace switches 414 } // namespace switches
416 415
417 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 416 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/search/hotword_service_unittest.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698