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

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

Issue 2378623007: [Material] Update Material Security Verbose Decoration Flag (Closed)
Patch Set: removed extra line and fixed histogram.xml Created 4 years, 2 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 extern const char kInstallChromeApp[]; 172 extern const char kInstallChromeApp[];
173 extern const char kInstallSupervisedUserWhitelists[]; 173 extern const char kInstallSupervisedUserWhitelists[];
174 extern const char kInstantProcess[]; 174 extern const char kInstantProcess[];
175 extern const char kInterestsURL[]; 175 extern const char kInterestsURL[];
176 extern const char kKeepAliveForTest[]; 176 extern const char kKeepAliveForTest[];
177 extern const char kKioskMode[]; 177 extern const char kKioskMode[];
178 extern const char kKioskModePrinting[]; 178 extern const char kKioskModePrinting[];
179 extern const char kLoadComponentExtension[]; 179 extern const char kLoadComponentExtension[];
180 extern const char kLoadExtension[]; 180 extern const char kLoadExtension[];
181 extern const char kMakeDefaultBrowser[]; 181 extern const char kMakeDefaultBrowser[];
182 extern const char kMaterialSecurityVerbose[]; 182 extern const char kSecurityChip[];
183 extern const char kMaterialSecurityVerboseShowAllAnimated[]; 183 extern const char kSecurityChipShowNonSecureOnly[];
184 extern const char kMaterialSecurityVerboseShowAllNonAnimated[]; 184 extern const char kSecurityChipShowAll[];
185 extern const char kMaterialSecurityVerboseShowNonSecureAnimated[]; 185 extern const char kSecurityChipAnimation[];
186 extern const char kMaterialSecurityVerboseShowNonSecureNonAnimated[]; 186 extern const char kSecurityChipAnimationNone[];
187 extern const char kSecurityChipAnimationNonSecureOnly[];
188 extern const char kSecurityChipAnimationAll[];
187 extern const char kMediaCacheSize[]; 189 extern const char kMediaCacheSize[];
188 extern const char kMediaRouter[]; 190 extern const char kMediaRouter[];
189 extern const char kMetricsRecordingOnly[]; 191 extern const char kMetricsRecordingOnly[];
190 extern const char kMonitoringDestinationID[]; 192 extern const char kMonitoringDestinationID[];
191 extern const char kNetLogCaptureMode[]; 193 extern const char kNetLogCaptureMode[];
192 extern const char kNoDefaultBrowserCheck[]; 194 extern const char kNoDefaultBrowserCheck[];
193 extern const char kNoExperiments[]; 195 extern const char kNoExperiments[];
194 extern const char kNoFirstRun[]; 196 extern const char kNoFirstRun[];
195 extern const char kNoPings[]; 197 extern const char kNoPings[];
196 extern const char kNoProxyServer[]; 198 extern const char kNoProxyServer[];
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 #if defined(OS_CHROMEOS) 400 #if defined(OS_CHROMEOS)
399 bool PowerOverlayEnabled(); 401 bool PowerOverlayEnabled();
400 #endif 402 #endif
401 403
402 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 404 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
403 // alphabetical order, or in one of the ifdefs (also in order in each section). 405 // alphabetical order, or in one of the ifdefs (also in order in each section).
404 406
405 } // namespace switches 407 } // namespace switches
406 408
407 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 409 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698