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

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

Issue 1863663002: Use Finch flag instead of command line for Expect CT reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 extern const char kEnableAppsFileAssociations[]; 110 extern const char kEnableAppsFileAssociations[];
111 extern const char kEnableAudioDebugRecordingsFromExtension[]; 111 extern const char kEnableAudioDebugRecordingsFromExtension[];
112 extern const char kEnableBenchmarking[]; 112 extern const char kEnableBenchmarking[];
113 extern const char kEnableBookmarkUndo[]; 113 extern const char kEnableBookmarkUndo[];
114 extern const char kEnableChildAccountDetection[]; 114 extern const char kEnableChildAccountDetection[];
115 extern const char kEnableClearBrowsingDataCounters[]; 115 extern const char kEnableClearBrowsingDataCounters[];
116 extern const char kEnableCloudPrintProxy[]; 116 extern const char kEnableCloudPrintProxy[];
117 extern const char kEnableDevToolsExperiments[]; 117 extern const char kEnableDevToolsExperiments[];
118 extern const char kEnableDeviceDiscoveryNotifications[]; 118 extern const char kEnableDeviceDiscoveryNotifications[];
119 extern const char kEnableDomainReliability[]; 119 extern const char kEnableDomainReliability[];
120 extern const char kEnableExpectCTReporting[];
121 extern const char kEnableExperimentalHotwordHardware[]; 120 extern const char kEnableExperimentalHotwordHardware[];
122 extern const char kEnableExtensionActivityLogging[]; 121 extern const char kEnableExtensionActivityLogging[];
123 extern const char kEnableExtensionActivityLogTesting[]; 122 extern const char kEnableExtensionActivityLogTesting[];
124 extern const char kEnableFastUnload[]; 123 extern const char kEnableFastUnload[];
125 #if defined(GOOGLE_CHROME_BUILD) 124 #if defined(GOOGLE_CHROME_BUILD)
126 extern const char kEnableGoogleBrandedContextMenu[]; 125 extern const char kEnableGoogleBrandedContextMenu[];
127 #endif // defined(GOOGLE_CHROME_BUILD) 126 #endif // defined(GOOGLE_CHROME_BUILD)
128 extern const char kEnableMaterialDesignExtensions[]; 127 extern const char kEnableMaterialDesignExtensions[];
129 extern const char kEnableMaterialDesignPolicyPage[]; 128 extern const char kEnableMaterialDesignPolicyPage[];
130 extern const char kEnableNaCl[]; 129 extern const char kEnableNaCl[];
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 #if defined(ENABLE_TASK_MANAGER) 408 #if defined(ENABLE_TASK_MANAGER)
410 bool NewTaskManagerEnabled(); 409 bool NewTaskManagerEnabled();
411 #endif // defined(ENABLE_TASK_MANAGER) 410 #endif // defined(ENABLE_TASK_MANAGER)
412 411
413 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 412 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
414 // alphabetical order, or in one of the ifdefs (also in order in each section). 413 // alphabetical order, or in one of the ifdefs (also in order in each section).
415 414
416 } // namespace switches 415 } // namespace switches
417 416
418 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 417 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698