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

Side by Side Diff: content/public/common/content_switches.h

Issue 9533015: Revert 119423 - Revert 119306 - Turn web intents build flag on. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1025/src/
Patch Set: Created 8 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 | « content/browser/intents/intent_injector.cc ('k') | content/public/common/content_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 all the "content" command-line switches. 5 // Defines all the "content" command-line switches.
6 6
7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 extern const char kEnableSandboxLogging[]; 90 extern const char kEnableSandboxLogging[];
91 extern const char kEnableSeccompSandbox[]; 91 extern const char kEnableSeccompSandbox[];
92 extern const char kEnableShadowDOM[]; 92 extern const char kEnableShadowDOM[];
93 CONTENT_EXPORT extern const char kEnableStatsTable[]; 93 CONTENT_EXPORT extern const char kEnableStatsTable[];
94 extern const char kEnableStrictSiteIsolation[]; 94 extern const char kEnableStrictSiteIsolation[];
95 CONTENT_EXPORT extern const char kEnableThreadedCompositing[]; 95 CONTENT_EXPORT extern const char kEnableThreadedCompositing[];
96 CONTENT_EXPORT extern const char kEnableTcpFastOpen[]; 96 CONTENT_EXPORT extern const char kEnableTcpFastOpen[];
97 CONTENT_EXPORT extern const char kEnableTouchEvents[]; 97 CONTENT_EXPORT extern const char kEnableTouchEvents[];
98 extern const char kEnableVideoFullscreen[]; 98 extern const char kEnableVideoFullscreen[];
99 CONTENT_EXPORT extern const char kEnableVideoTrack[]; 99 CONTENT_EXPORT extern const char kEnableVideoTrack[];
100 CONTENT_EXPORT extern const char kDisableWebIntents[]; 100 CONTENT_EXPORT extern const char kEnableWebIntents[];
101 CONTENT_EXPORT extern const char kExperimentalLocationFeatures[]; 101 CONTENT_EXPORT extern const char kExperimentalLocationFeatures[];
102 extern const char kExtraPluginDir[]; 102 extern const char kExtraPluginDir[];
103 extern const char kForceFieldTestNameAndValue[]; 103 extern const char kForceFieldTestNameAndValue[];
104 CONTENT_EXPORT extern const char kForceRendererAccessibility[]; 104 CONTENT_EXPORT extern const char kForceRendererAccessibility[];
105 extern const char kGpuLauncher[]; 105 extern const char kGpuLauncher[];
106 CONTENT_EXPORT extern const char kGpuProcess[]; 106 CONTENT_EXPORT extern const char kGpuProcess[];
107 extern const char kGpuStartupDialog[]; 107 extern const char kGpuStartupDialog[];
108 CONTENT_EXPORT extern const char kIgnoreGpuBlacklist[]; 108 CONTENT_EXPORT extern const char kIgnoreGpuBlacklist[];
109 extern const char kInProcessGPU[]; 109 extern const char kInProcessGPU[];
110 extern const char kInProcessPlugins[]; 110 extern const char kInProcessPlugins[];
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 184
185 #if !defined(OFFICIAL_BUILD) 185 #if !defined(OFFICIAL_BUILD)
186 CONTENT_EXPORT extern const char kRendererCheckFalseTest[]; 186 CONTENT_EXPORT extern const char kRendererCheckFalseTest[];
187 #endif 187 #endif
188 188
189 extern const char kEnablePerTilePainting[]; 189 extern const char kEnablePerTilePainting[];
190 190
191 } // namespace switches 191 } // namespace switches
192 192
193 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 193 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/browser/intents/intent_injector.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698