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

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

Issue 1547273003: Set trusted SPDY proxy dynamically on per-profile basis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added net/base/test_proxy_delegate.{h,cc} Created 4 years, 10 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/browser/ui/startup/bad_flags_prompt.cc ('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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 extern const char kEnableSpellingFeedbackFieldTrial[]; 271 extern const char kEnableSpellingFeedbackFieldTrial[];
272 extern const char kSpellingServiceFeedbackUrl[]; 272 extern const char kSpellingServiceFeedbackUrl[];
273 extern const char kSpellingServiceFeedbackIntervalSeconds[]; 273 extern const char kSpellingServiceFeedbackIntervalSeconds[];
274 #endif 274 #endif
275 extern const char kStartMaximized[]; 275 extern const char kStartMaximized[];
276 extern const char kSupervisedUserId[]; 276 extern const char kSupervisedUserId[];
277 extern const char kSupervisedUserSafeSites[]; 277 extern const char kSupervisedUserSafeSites[];
278 extern const char kSupervisedUserSyncToken[]; 278 extern const char kSupervisedUserSyncToken[];
279 extern const char kSystemLogUploadFrequency[]; 279 extern const char kSystemLogUploadFrequency[];
280 extern const char kTestName[]; 280 extern const char kTestName[];
281 extern const char kTrustedSpdyProxy[];
282 extern const char kTryChromeAgain[]; 281 extern const char kTryChromeAgain[];
283 extern const char kUnlimitedStorage[]; 282 extern const char kUnlimitedStorage[];
284 extern const char kUnsafelyTreatInsecureOriginAsSecure[]; 283 extern const char kUnsafelyTreatInsecureOriginAsSecure[];
285 extern const char kUseSimpleCacheBackend[]; 284 extern const char kUseSimpleCacheBackend[];
286 extern const char kUseSpdy[]; 285 extern const char kUseSpdy[];
287 extern const char kUserAgent[]; 286 extern const char kUserAgent[];
288 extern const char kUserDataDir[]; 287 extern const char kUserDataDir[];
289 extern const char kV8PacMojoInProcess[]; 288 extern const char kV8PacMojoInProcess[];
290 extern const char kV8PacMojoOutOfProcess[]; 289 extern const char kV8PacMojoOutOfProcess[];
291 extern const char kValidateCrx[]; 290 extern const char kValidateCrx[];
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 #if defined(ENABLE_TASK_MANAGER) 415 #if defined(ENABLE_TASK_MANAGER)
417 bool NewTaskManagerEnabled(); 416 bool NewTaskManagerEnabled();
418 #endif // defined(ENABLE_TASK_MANAGER) 417 #endif // defined(ENABLE_TASK_MANAGER)
419 418
420 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 419 // 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). 420 // alphabetical order, or in one of the ifdefs (also in order in each section).
422 421
423 } // namespace switches 422 } // namespace switches
424 423
425 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 424 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/startup/bad_flags_prompt.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698