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

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

Issue 1539043002: Pull SecurityStateModel out into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('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 the shared command-line switches used by code in the Chrome 5 // Defines the shared command-line switches used by code in the Chrome
6 // directory that don't have anywhere more specific to go. 6 // directory that don't have anywhere more specific to go.
7 7
8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
9 #define CHROME_COMMON_CHROME_SWITCHES_H_ 9 #define CHROME_COMMON_CHROME_SWITCHES_H_
10 10
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 extern const char kKioskMode[]; 187 extern const char kKioskMode[];
188 extern const char kKioskModePrinting[]; 188 extern const char kKioskModePrinting[];
189 extern const char kLoadComponentExtension[]; 189 extern const char kLoadComponentExtension[];
190 extern const char kLoadExtension[]; 190 extern const char kLoadExtension[];
191 #if !defined(GOOGLE_CHROME_BUILD) 191 #if !defined(GOOGLE_CHROME_BUILD)
192 extern const char kLocalNtpReload[]; 192 extern const char kLocalNtpReload[];
193 #endif 193 #endif
194 extern const char kMakeDefaultBrowser[]; 194 extern const char kMakeDefaultBrowser[];
195 extern const char kManualEnhancedBookmarks[]; 195 extern const char kManualEnhancedBookmarks[];
196 extern const char kManualEnhancedBookmarksOptout[]; 196 extern const char kManualEnhancedBookmarksOptout[];
197 extern const char kMarkNonSecureAs[];
198 extern const char kMarkNonSecureAsNeutral[];
199 extern const char kMarkNonSecureAsNonSecure[];
200 extern const char kMediaCacheSize[]; 197 extern const char kMediaCacheSize[];
201 extern const char kMediaRouter[]; 198 extern const char kMediaRouter[];
202 extern const char kMessageLoopHistogrammer[]; 199 extern const char kMessageLoopHistogrammer[];
203 extern const char kMetricsRecordingOnly[]; 200 extern const char kMetricsRecordingOnly[];
204 extern const char kMonitoringDestinationID[]; 201 extern const char kMonitoringDestinationID[];
205 extern const char kNetLogCaptureMode[]; 202 extern const char kNetLogCaptureMode[];
206 extern const char kNoDefaultBrowserCheck[]; 203 extern const char kNoDefaultBrowserCheck[];
207 extern const char kNoDisplayingInsecureContent[]; 204 extern const char kNoDisplayingInsecureContent[];
208 extern const char kNoExperiments[]; 205 extern const char kNoExperiments[];
209 extern const char kNoFirstRun[]; 206 extern const char kNoFirstRun[];
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 #if defined(ENABLE_TASK_MANAGER) 413 #if defined(ENABLE_TASK_MANAGER)
417 bool NewTaskManagerEnabled(); 414 bool NewTaskManagerEnabled();
418 #endif // defined(ENABLE_TASK_MANAGER) 415 #endif // defined(ENABLE_TASK_MANAGER)
419 416
420 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 417 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
421 // alphabetical order, or in one of the ifdefs (also in order in each section). 418 // alphabetical order, or in one of the ifdefs (also in order in each section).
422 419
423 } // namespace switches 420 } // namespace switches
424 421
425 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 422 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698