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

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

Issue 6201005: Initial support for partitioning cookies for isolated apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflicts. Created 9 years, 9 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
« no previous file with comments | « chrome/common/chrome_constants.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) 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 extern const char kEnableClickToPlay[]; 132 extern const char kEnableClickToPlay[];
133 extern const char kEnableCloudPrintProxy[]; 133 extern const char kEnableCloudPrintProxy[];
134 extern const char kEnableCloudPrint[]; 134 extern const char kEnableCloudPrint[];
135 extern const char kEnableCompositeToTexture[]; 135 extern const char kEnableCompositeToTexture[];
136 extern const char kEnableConnectBackupJobs[]; 136 extern const char kEnableConnectBackupJobs[];
137 extern const char kEnableCrxlessWebApps[]; 137 extern const char kEnableCrxlessWebApps[];
138 extern const char kEnableDataTransferItems[]; 138 extern const char kEnableDataTransferItems[];
139 extern const char kEnableDeviceMotion[]; 139 extern const char kEnableDeviceMotion[];
140 extern const char kEnableDNSCertProvenanceChecking[]; 140 extern const char kEnableDNSCertProvenanceChecking[];
141 extern const char kEnableDNSSECCerts[]; 141 extern const char kEnableDNSSECCerts[];
142 extern const char kEnableExperimentalAppManifests[];
142 extern const char kEnableExperimentalExtensionApis[]; 143 extern const char kEnableExperimentalExtensionApis[];
143 extern const char kEnableExtensionTimelineApi[]; 144 extern const char kEnableExtensionTimelineApi[];
144 extern const char kEnableFastback[]; 145 extern const char kEnableFastback[];
145 extern const char kEnableFileCookies[]; 146 extern const char kEnableFileCookies[];
146 extern const char kEnableFullScreen[]; 147 extern const char kEnableFullScreen[];
147 extern const char kEnableHistoryQuickProvider[]; 148 extern const char kEnableHistoryQuickProvider[];
148 extern const char kEnableInBrowserThumbnailing[]; 149 extern const char kEnableInBrowserThumbnailing[];
149 extern const char kEnableIPv6[]; 150 extern const char kEnableIPv6[];
150 extern const char kEnableMemoryInfo[]; 151 extern const char kEnableMemoryInfo[];
151 extern const char kEnableMultiTabSelection[]; 152 extern const char kEnableMultiTabSelection[];
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 #if defined(HAVE_XINPUT2) 357 #if defined(HAVE_XINPUT2)
357 extern const char kTouchDevices[]; 358 extern const char kTouchDevices[];
358 #endif 359 #endif
359 360
360 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 361 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
361 // alphabetical order, or in one of the ifdefs (also in order in each section). 362 // alphabetical order, or in one of the ifdefs (also in order in each section).
362 363
363 } // namespace switches 364 } // namespace switches
364 365
365 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 366 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/common/chrome_constants.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698