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

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

Issue 6353005: Revert r70896 to move speech input back behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/speech/speech_input_manager.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #pragma once 9 #pragma once
10 10
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 extern const char kEnablePagePrerender[]; 158 extern const char kEnablePagePrerender[];
159 extern const char kEnablePreconnect[]; 159 extern const char kEnablePreconnect[];
160 extern const char kEnablePredictiveInstant[]; 160 extern const char kEnablePredictiveInstant[];
161 extern const char kEnablePredictiveNoAutoCompleteInstant[]; 161 extern const char kEnablePredictiveNoAutoCompleteInstant[];
162 extern const char kEnablePreparsedJsCaching[]; 162 extern const char kEnablePreparsedJsCaching[];
163 extern const char kEnablePrintPreview[]; 163 extern const char kEnablePrintPreview[];
164 extern const char kEnableRemoting[]; 164 extern const char kEnableRemoting[];
165 extern const char kEnableResourceContentSettings[]; 165 extern const char kEnableResourceContentSettings[];
166 extern const char kEnableSearchProviderApiV2[]; 166 extern const char kEnableSearchProviderApiV2[];
167 extern const char kEnableSnapStart[]; 167 extern const char kEnableSnapStart[];
168 extern const char kEnableSpeechInput[];
168 extern const char kEnableStatsTable[]; 169 extern const char kEnableStatsTable[];
169 extern const char kEnableSync[]; 170 extern const char kEnableSync[];
170 extern const char kEnableSyncAutofill[]; 171 extern const char kEnableSyncAutofill[];
171 extern const char kEnableSyncPreferences[]; 172 extern const char kEnableSyncPreferences[];
172 extern const char kEnableSyncSessions[]; 173 extern const char kEnableSyncSessions[];
173 extern const char kEnableSyncTypedUrls[]; 174 extern const char kEnableSyncTypedUrls[];
174 extern const char kEnableTcpFastOpen[]; 175 extern const char kEnableTcpFastOpen[];
175 extern const char kEnableTopSites[]; 176 extern const char kEnableTopSites[];
176 extern const char kEnableTouch[]; 177 extern const char kEnableTouch[];
177 extern const char kEnableVerbatimInstant[]; 178 extern const char kEnableVerbatimInstant[];
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 412
412 // Return true if the switches indicate the seccomp sandbox is enabled. 413 // Return true if the switches indicate the seccomp sandbox is enabled.
413 bool SeccompSandboxEnabled(); 414 bool SeccompSandboxEnabled();
414 415
415 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 416 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
416 // alphabetical order, or in one of the ifdefs (also in order in each section). 417 // alphabetical order, or in one of the ifdefs (also in order in each section).
417 418
418 } // namespace switches 419 } // namespace switches
419 420
420 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 421 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/speech/speech_input_manager.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698