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

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

Issue 7821010: Move web intents switch to content_switches. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 3 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_switches.cc ('k') | content/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) 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 "content" command-line switches. 5 // Defines all the "content" command-line switches.
6 6
7 #ifndef CONTENT_COMMON_CONTENT_SWITCHES_H_ 7 #ifndef CONTENT_COMMON_CONTENT_SWITCHES_H_
8 #define CONTENT_COMMON_CONTENT_SWITCHES_H_ 8 #define CONTENT_COMMON_CONTENT_SWITCHES_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 extern const char kEnableGPUPlugin[]; 65 extern const char kEnableGPUPlugin[];
66 extern const char kEnableLogging[]; 66 extern const char kEnableLogging[];
67 extern const char kEnableMediaStream[]; 67 extern const char kEnableMediaStream[];
68 extern const char kEnableMonitorProfile[]; 68 extern const char kEnableMonitorProfile[];
69 extern const char kEnablePreparsedJsCaching[]; 69 extern const char kEnablePreparsedJsCaching[];
70 extern const char kEnableSandboxLogging[]; 70 extern const char kEnableSandboxLogging[];
71 extern const char kEnableSeccompSandbox[]; 71 extern const char kEnableSeccompSandbox[];
72 extern const char kEnableStatsTable[]; 72 extern const char kEnableStatsTable[];
73 extern const char kEnableVideoFullscreen[]; 73 extern const char kEnableVideoFullscreen[];
74 extern const char kEnableVideoLogging[]; 74 extern const char kEnableVideoLogging[];
75 extern const char kEnableWebIntents[];
75 extern const char kExperimentalLocationFeatures[]; 76 extern const char kExperimentalLocationFeatures[];
76 // TODO(jam): this doesn't belong in content. 77 // TODO(jam): this doesn't belong in content.
77 extern const char kExtensionProcess[]; 78 extern const char kExtensionProcess[];
78 extern const char kExtraPluginDir[]; 79 extern const char kExtraPluginDir[];
79 extern const char kForceFieldTestNameAndValue[]; 80 extern const char kForceFieldTestNameAndValue[];
80 extern const char kForceRendererAccessibility[]; 81 extern const char kForceRendererAccessibility[];
81 extern const char kGpuLauncher[]; 82 extern const char kGpuLauncher[];
82 extern const char kGpuProcess[]; 83 extern const char kGpuProcess[];
83 extern const char kGpuStartupDialog[]; 84 extern const char kGpuStartupDialog[];
84 extern const char kIgnoreGpuBlacklist[]; 85 extern const char kIgnoreGpuBlacklist[];
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 extern const char kScrollPixels[]; 157 extern const char kScrollPixels[];
157 #endif 158 #endif
158 159
159 #if !defined(OFFICIAL_BUILD) 160 #if !defined(OFFICIAL_BUILD)
160 extern const char kRendererCheckFalseTest[]; 161 extern const char kRendererCheckFalseTest[];
161 #endif 162 #endif
162 163
163 } // namespace switches 164 } // namespace switches
164 165
165 #endif // CONTENT_COMMON_CONTENT_SWITCHES_H_ 166 #endif // CONTENT_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | content/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698