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

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

Issue 2378623007: [Material] Update Material Security Verbose Decoration Flag (Closed)
Patch Set: fixed an animation error on cocoa 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 extern const char kInstallChromeApp[]; 176 extern const char kInstallChromeApp[];
177 extern const char kInstallSupervisedUserWhitelists[]; 177 extern const char kInstallSupervisedUserWhitelists[];
178 extern const char kInstantProcess[]; 178 extern const char kInstantProcess[];
179 extern const char kInterestsURL[]; 179 extern const char kInterestsURL[];
180 extern const char kKeepAliveForTest[]; 180 extern const char kKeepAliveForTest[];
181 extern const char kKioskMode[]; 181 extern const char kKioskMode[];
182 extern const char kKioskModePrinting[]; 182 extern const char kKioskModePrinting[];
183 extern const char kLoadComponentExtension[]; 183 extern const char kLoadComponentExtension[];
184 extern const char kLoadExtension[]; 184 extern const char kLoadExtension[];
185 extern const char kMakeDefaultBrowser[]; 185 extern const char kMakeDefaultBrowser[];
186 extern const char kMaterialSecurityVerbose[]; 186 extern const char kSecurityVerboseDecoration[];
187 extern const char kMaterialSecurityVerboseShowAllAnimated[]; 187 extern const char kSecurityVerboseDecorationShowAllAnimated[];
188 extern const char kMaterialSecurityVerboseShowAllNonAnimated[]; 188 extern const char kSecurityVerboseDecorationShowAllNonAnimated[];
189 extern const char kMaterialSecurityVerboseShowNonSecureAnimated[]; 189 extern const char kSecurityVerboseDecorationShowNonSecureAnimated[];
190 extern const char kMaterialSecurityVerboseShowNonSecureNonAnimated[]; 190 extern const char kSecurityVerboseDecorationShowNonSecureNonAnimated[];
191 extern const char kSecurityVerboseDecorationShowAllWithOnlyNonSecureAnimated[];
Peter Kasting 2016/10/10 21:39:21 Nit: This name is kinda reaching ridiculous length
spqchan 2016/10/11 17:32:58 Agreed, it's getting ridiculous. I split the flag
191 extern const char kMediaCacheSize[]; 192 extern const char kMediaCacheSize[];
192 extern const char kMediaRouter[]; 193 extern const char kMediaRouter[];
193 extern const char kMetricsRecordingOnly[]; 194 extern const char kMetricsRecordingOnly[];
194 extern const char kMonitoringDestinationID[]; 195 extern const char kMonitoringDestinationID[];
195 extern const char kNetLogCaptureMode[]; 196 extern const char kNetLogCaptureMode[];
196 extern const char kNoDefaultBrowserCheck[]; 197 extern const char kNoDefaultBrowserCheck[];
197 extern const char kNoExperiments[]; 198 extern const char kNoExperiments[];
198 extern const char kNoFirstRun[]; 199 extern const char kNoFirstRun[];
199 extern const char kNoPings[]; 200 extern const char kNoPings[];
200 extern const char kNoProxyServer[]; 201 extern const char kNoProxyServer[];
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 #if defined(OS_CHROMEOS) 402 #if defined(OS_CHROMEOS)
402 bool PowerOverlayEnabled(); 403 bool PowerOverlayEnabled();
403 #endif 404 #endif
404 405
405 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 406 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
406 // alphabetical order, or in one of the ifdefs (also in order in each section). 407 // alphabetical order, or in one of the ifdefs (also in order in each section).
407 408
408 } // namespace switches 409 } // namespace switches
409 410
410 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 411 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698