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

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

Issue 6133006: Enable speech input by default and remove unused code. (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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 extern const char kEnableSyncNewAutofill[]; 156 extern const char kEnableSyncNewAutofill[];
157 extern const char kEnablePreconnect[]; 157 extern const char kEnablePreconnect[];
158 extern const char kEnablePredictiveInstant[]; 158 extern const char kEnablePredictiveInstant[];
159 extern const char kEnablePredictiveNoAutoCompleteInstant[]; 159 extern const char kEnablePredictiveNoAutoCompleteInstant[];
160 extern const char kEnablePreparsedJsCaching[]; 160 extern const char kEnablePreparsedJsCaching[];
161 extern const char kEnablePrintPreview[]; 161 extern const char kEnablePrintPreview[];
162 extern const char kEnableRemoting[]; 162 extern const char kEnableRemoting[];
163 extern const char kEnableResourceContentSettings[]; 163 extern const char kEnableResourceContentSettings[];
164 extern const char kEnableSearchProviderApiV2[]; 164 extern const char kEnableSearchProviderApiV2[];
165 extern const char kEnableSnapStart[]; 165 extern const char kEnableSnapStart[];
166 extern const char kEnableSpeechInput[];
167 extern const char kEnableStatsTable[]; 166 extern const char kEnableStatsTable[];
168 extern const char kEnableSync[]; 167 extern const char kEnableSync[];
169 extern const char kEnableSyncAutofill[]; 168 extern const char kEnableSyncAutofill[];
170 extern const char kEnableSyncPasswords[]; 169 extern const char kEnableSyncPasswords[];
171 extern const char kEnableSyncPreferences[]; 170 extern const char kEnableSyncPreferences[];
172 extern const char kEnableSyncSessions[]; 171 extern const char kEnableSyncSessions[];
173 extern const char kEnableSyncTypedUrls[]; 172 extern const char kEnableSyncTypedUrls[];
174 extern const char kEnableTcpFastOpen[]; 173 extern const char kEnableTcpFastOpen[];
175 extern const char kEnableTopSites[]; 174 extern const char kEnableTopSites[];
176 extern const char kEnableTouch[]; 175 extern const char kEnableTouch[];
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 407
409 // Return true if the switches indicate the seccomp sandbox is enabled. 408 // Return true if the switches indicate the seccomp sandbox is enabled.
410 bool SeccompSandboxEnabled(); 409 bool SeccompSandboxEnabled();
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/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