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

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

Issue 10298012: [protector] Disable the UI by default, flip --no-protector to --protector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/ui/browser_init.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 #pragma once 9 #pragma once
10 10
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 extern const char kNoDefaultBrowserCheck[]; 238 extern const char kNoDefaultBrowserCheck[];
239 extern const char kNoDisplayingInsecureContent[]; 239 extern const char kNoDisplayingInsecureContent[];
240 extern const char kNoEvents[]; 240 extern const char kNoEvents[];
241 extern const char kNoExperiments[]; 241 extern const char kNoExperiments[];
242 extern const char kNoFirstRun[]; 242 extern const char kNoFirstRun[];
243 extern const char kNoJsRandomness[]; 243 extern const char kNoJsRandomness[];
244 extern const char kNoManaged[]; 244 extern const char kNoManaged[];
245 extern const char kNoNetworkProfileWarning[]; 245 extern const char kNoNetworkProfileWarning[];
246 extern const char kNoProxyServer[]; 246 extern const char kNoProxyServer[];
247 extern const char kNoPings[]; 247 extern const char kNoPings[];
248 extern const char kNoProtector[];
249 extern const char kNoRunningInsecureContent[]; 248 extern const char kNoRunningInsecureContent[];
250 extern const char kNoServiceAutorun[]; 249 extern const char kNoServiceAutorun[];
251 extern const char kNoStartupWindow[]; 250 extern const char kNoStartupWindow[];
252 extern const char kNotifyCloudPrintTokenExpired[]; 251 extern const char kNotifyCloudPrintTokenExpired[];
253 extern const char kNtpAppInstallHint[]; 252 extern const char kNtpAppInstallHint[];
254 extern const char kNumPacThreads[]; 253 extern const char kNumPacThreads[];
255 extern const char kOmniboxInlineHistoryQuickProvider[]; 254 extern const char kOmniboxInlineHistoryQuickProvider[];
256 extern const char kOmniboxInlineHistoryQuickProviderAllowed[]; 255 extern const char kOmniboxInlineHistoryQuickProviderAllowed[];
257 extern const char kOmniboxInlineHistoryQuickProviderProhibited[]; 256 extern const char kOmniboxInlineHistoryQuickProviderProhibited[];
258 extern const char kOnlyBlockSettingThirdPartyCookies[]; 257 extern const char kOnlyBlockSettingThirdPartyCookies[];
(...skipping 18 matching lines...) Expand all
277 extern const char kPrerenderModeSwitchValueEnabled[]; 276 extern const char kPrerenderModeSwitchValueEnabled[];
278 extern const char kPrerenderModeSwitchValuePrefetchOnly[]; 277 extern const char kPrerenderModeSwitchValuePrefetchOnly[];
279 extern const char kPrint[]; 278 extern const char kPrint[];
280 extern const char kProductVersion[]; 279 extern const char kProductVersion[];
281 extern const char kProfileDirectory[]; 280 extern const char kProfileDirectory[];
282 extern const char kProfilingAtStart[]; 281 extern const char kProfilingAtStart[];
283 extern const char kProfilingFile[]; 282 extern const char kProfilingFile[];
284 extern const char kProfilingFlush[]; 283 extern const char kProfilingFlush[];
285 extern const char kProfilingOutputFile[]; 284 extern const char kProfilingOutputFile[];
286 extern const char kPromoServerURL[]; 285 extern const char kPromoServerURL[];
286 extern const char kProtector[];
287 extern const char kProxyAutoDetect[]; 287 extern const char kProxyAutoDetect[];
288 extern const char kProxyBypassList[]; 288 extern const char kProxyBypassList[];
289 extern const char kProxyPacUrl[]; 289 extern const char kProxyPacUrl[];
290 extern const char kProxyServer[]; 290 extern const char kProxyServer[];
291 extern const char kPurgeMemoryButton[]; 291 extern const char kPurgeMemoryButton[];
292 extern const char kRecordMode[]; 292 extern const char kRecordMode[];
293 extern const char kReloadKilledTabs[]; 293 extern const char kReloadKilledTabs[];
294 extern const char kRemoteDebuggingFrontend[]; 294 extern const char kRemoteDebuggingFrontend[];
295 extern const char kRendererPrintPreview[]; 295 extern const char kRendererPrintPreview[];
296 extern const char kRestoreLastSession[]; 296 extern const char kRestoreLastSession[];
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 #else 414 #else
415 extern const char kEnablePrintPreview[]; 415 extern const char kEnablePrintPreview[];
416 #endif 416 #endif
417 417
418 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 418 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
419 // alphabetical order, or in one of the ifdefs (also in order in each section). 419 // alphabetical order, or in one of the ifdefs (also in order in each section).
420 420
421 } // namespace switches 421 } // namespace switches
422 422
423 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 423 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_init.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698