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

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

Issue 8632014: Enable protector by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 extern const char kPrerenderModeSwitchValueDisabled[]; 246 extern const char kPrerenderModeSwitchValueDisabled[];
247 extern const char kPrerenderModeSwitchValueEnabled[]; 247 extern const char kPrerenderModeSwitchValueEnabled[];
248 extern const char kPrerenderModeSwitchValuePrefetchOnly[]; 248 extern const char kPrerenderModeSwitchValuePrefetchOnly[];
249 extern const char kPrint[]; 249 extern const char kPrint[];
250 extern const char kProductVersion[]; 250 extern const char kProductVersion[];
251 extern const char kProfileDirectory[]; 251 extern const char kProfileDirectory[];
252 extern const char kProfilingAtStart[]; 252 extern const char kProfilingAtStart[];
253 extern const char kProfilingFile[]; 253 extern const char kProfilingFile[];
254 extern const char kProfilingFlush[]; 254 extern const char kProfilingFlush[];
255 extern const char kPromoServerURL[]; 255 extern const char kPromoServerURL[];
256 extern const char kProtector[]; 256 extern const char kNoProtector[];
257 extern const char kProxyAutoDetect[]; 257 extern const char kProxyAutoDetect[];
258 extern const char kProxyBypassList[]; 258 extern const char kProxyBypassList[];
259 extern const char kProxyPacUrl[]; 259 extern const char kProxyPacUrl[];
260 extern const char kProxyServer[]; 260 extern const char kProxyServer[];
261 extern const char kPurgeMemoryButton[]; 261 extern const char kPurgeMemoryButton[];
262 extern const char kReloadKilledTabs[]; 262 extern const char kReloadKilledTabs[];
263 extern const char kRemoteDebuggingPort[]; 263 extern const char kRemoteDebuggingPort[];
264 extern const char kRestoreLastSession[]; 264 extern const char kRestoreLastSession[];
265 extern const char kSbInfoURLPrefix[]; 265 extern const char kSbInfoURLPrefix[];
266 extern const char kSbMacKeyURLPrefix[]; 266 extern const char kSbMacKeyURLPrefix[];
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 bool IsPrintPreviewEnabled(); 375 bool IsPrintPreviewEnabled();
376 376
377 bool IsInBrowserThumbnailingEnabled(); 377 bool IsInBrowserThumbnailingEnabled();
378 378
379 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 379 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
380 // alphabetical order, or in one of the ifdefs (also in order in each section). 380 // alphabetical order, or in one of the ifdefs (also in order in each section).
381 381
382 } // namespace switches 382 } // namespace switches
383 383
384 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 384 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698