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

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

Issue 8051030: Changing third-party cookie blocking: strict by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 26 matching lines...) Expand all
37 extern const char kAppsGalleryReturnTokens[]; 37 extern const char kAppsGalleryReturnTokens[];
38 extern const char kAppsGalleryURL[]; 38 extern const char kAppsGalleryURL[];
39 extern const char kAppsGalleryUpdateURL[]; 39 extern const char kAppsGalleryUpdateURL[];
40 extern const char kAppsNewInstallBubble[]; 40 extern const char kAppsNewInstallBubble[];
41 extern const char kAppsNoThrob[]; 41 extern const char kAppsNoThrob[];
42 extern const char kAuthNegotiateDelegateWhitelist[]; 42 extern const char kAuthNegotiateDelegateWhitelist[];
43 extern const char kAuthSchemes[]; 43 extern const char kAuthSchemes[];
44 extern const char kAuthServerWhitelist[]; 44 extern const char kAuthServerWhitelist[];
45 extern const char kAutomationClientChannelID[]; 45 extern const char kAutomationClientChannelID[];
46 extern const char kAutomationReinitializeOnChannelError[]; 46 extern const char kAutomationReinitializeOnChannelError[];
47 extern const char kBlockReadingThirdPartyCookies[];
48 extern const char kCheckForUpdateIntervalSec[]; 47 extern const char kCheckForUpdateIntervalSec[];
49 extern const char kChromeVersion[]; 48 extern const char kChromeVersion[];
50 extern const char kCipherSuiteBlacklist[]; 49 extern const char kCipherSuiteBlacklist[];
51 extern const char kCloudPrintDeleteFile[]; 50 extern const char kCloudPrintDeleteFile[];
52 extern const char kCloudPrintFile[]; 51 extern const char kCloudPrintFile[];
53 extern const char kCloudPrintJobTitle[]; 52 extern const char kCloudPrintJobTitle[];
54 extern const char kCloudPrintFileType[]; 53 extern const char kCloudPrintFileType[];
55 extern const char kCloudPrintPrintTicket[]; 54 extern const char kCloudPrintPrintTicket[];
56 extern const char kCloudPrintProxyId[]; 55 extern const char kCloudPrintProxyId[];
57 extern const char kCloudPrintServiceURL[]; 56 extern const char kCloudPrintServiceURL[];
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 bool IsPrintPreviewEnabled(); 362 bool IsPrintPreviewEnabled();
364 363
365 bool IsInBrowserThumbnailingEnabled(); 364 bool IsInBrowserThumbnailingEnabled();
366 365
367 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 366 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
368 // alphabetical order, or in one of the ifdefs (also in order in each section). 367 // alphabetical order, or in one of the ifdefs (also in order in each section).
369 368
370 } // namespace switches 369 } // namespace switches
371 370
372 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 371 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698