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

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

Issue 2904823002: Inactive toast ux changes (Closed)
Patch Set: minor rename (x -> horizontal) Created 3 years, 6 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 extern const char kSupervisedUserId[]; 219 extern const char kSupervisedUserId[];
220 extern const char kSupervisedUserSyncToken[]; 220 extern const char kSupervisedUserSyncToken[];
221 extern const char kSystemLogUploadFrequency[]; 221 extern const char kSystemLogUploadFrequency[];
222 extern const char kTestName[]; 222 extern const char kTestName[];
223 extern const char kTryChromeAgain[]; 223 extern const char kTryChromeAgain[];
224 extern const char kUnlimitedStorage[]; 224 extern const char kUnlimitedStorage[];
225 extern const char kUnsafelyTreatInsecureOriginAsSecure[]; 225 extern const char kUnsafelyTreatInsecureOriginAsSecure[];
226 extern const char kUnsafePacUrl[]; 226 extern const char kUnsafePacUrl[];
227 extern const char kUserAgent[]; 227 extern const char kUserAgent[];
228 extern const char kUserDataDir[]; 228 extern const char kUserDataDir[];
229 extern const char kUserExperimentUx[];
grt (UTC plus 2) 2017/06/22 20:34:04 revert! ;-)
skare_ 2017/06/22 23:25:18 yep, had this question in email. We'll go with the
229 extern const char kUseSimpleCacheBackend[]; 230 extern const char kUseSimpleCacheBackend[];
230 extern const char kValidateCrx[]; 231 extern const char kValidateCrx[];
231 extern const char kVersion[]; 232 extern const char kVersion[];
232 extern const char kWindowPosition[]; 233 extern const char kWindowPosition[];
233 extern const char kWindowSize[]; 234 extern const char kWindowSize[];
234 extern const char kWindowWorkspace[]; 235 extern const char kWindowWorkspace[];
235 extern const char kWinHttpProxyResolver[]; 236 extern const char kWinHttpProxyResolver[];
236 extern const char kWinJumplistAction[]; 237 extern const char kWinJumplistAction[];
237 238
238 #if defined(GOOGLE_CHROME_BUILD) 239 #if defined(GOOGLE_CHROME_BUILD)
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 #if defined(OS_WIN) 373 #if defined(OS_WIN)
373 bool GDITextPrintingEnabled(); 374 bool GDITextPrintingEnabled();
374 #endif 375 #endif
375 376
376 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 377 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
377 // alphabetical order, or in one of the ifdefs (also in order in each section). 378 // alphabetical order, or in one of the ifdefs (also in order in each section).
378 379
379 } // namespace switches 380 } // namespace switches
380 381
381 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 382 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698