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

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

Issue 7978009: Split ppapi::PluginList from PepperPluginRegistry so that DRT could load pepper plugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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 | « content/common/content_client.h ('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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 CONTENT_EXPORT extern const char kNoSandbox[]; 113 CONTENT_EXPORT extern const char kNoSandbox[];
114 CONTENT_EXPORT extern const char kPlaybackMode[]; 114 CONTENT_EXPORT extern const char kPlaybackMode[];
115 extern const char kPluginLauncher[]; 115 extern const char kPluginLauncher[];
116 CONTENT_EXPORT extern const char kPluginPath[]; 116 CONTENT_EXPORT extern const char kPluginPath[];
117 CONTENT_EXPORT extern const char kPluginProcess[]; 117 CONTENT_EXPORT extern const char kPluginProcess[];
118 extern const char kPluginStartupDialog[]; 118 extern const char kPluginStartupDialog[];
119 CONTENT_EXPORT extern const char kPpapiBrokerProcess[]; 119 CONTENT_EXPORT extern const char kPpapiBrokerProcess[];
120 CONTENT_EXPORT extern const char kPpapiFlashArgs[]; 120 CONTENT_EXPORT extern const char kPpapiFlashArgs[];
121 CONTENT_EXPORT extern const char kPpapiFlashPath[]; 121 CONTENT_EXPORT extern const char kPpapiFlashPath[];
122 CONTENT_EXPORT extern const char kPpapiFlashVersion[]; 122 CONTENT_EXPORT extern const char kPpapiFlashVersion[];
123 extern const char kPpapiOutOfProcess[];
124 extern const char kPpapiPluginLauncher[]; 123 extern const char kPpapiPluginLauncher[];
125 CONTENT_EXPORT extern const char kPpapiPluginProcess[]; 124 CONTENT_EXPORT extern const char kPpapiPluginProcess[];
126 extern const char kPpapiStartupDialog[]; 125 extern const char kPpapiStartupDialog[];
127 extern const char kProcessPerSite[]; 126 extern const char kProcessPerSite[];
128 CONTENT_EXPORT extern const char kProcessPerTab[]; 127 CONTENT_EXPORT extern const char kProcessPerTab[];
129 CONTENT_EXPORT extern const char kProcessType[]; 128 CONTENT_EXPORT extern const char kProcessType[];
130 // TODO(jam): this doesn't belong in content. 129 // TODO(jam): this doesn't belong in content.
131 extern const char kProfileImportProcess[]; 130 extern const char kProfileImportProcess[];
132 CONTENT_EXPORT extern const char kRecordMode[]; 131 CONTENT_EXPORT extern const char kRecordMode[];
133 extern const char kRegisterPepperPlugins[];
134 CONTENT_EXPORT extern const char kRemoteShellPort[]; 132 CONTENT_EXPORT extern const char kRemoteShellPort[];
135 extern const char kRendererAssertTest[]; 133 extern const char kRendererAssertTest[];
136 extern const char kRendererCmdPrefix[]; 134 extern const char kRendererCmdPrefix[];
137 extern const char kRendererCrashTest[]; 135 extern const char kRendererCrashTest[];
138 CONTENT_EXPORT extern const char kRendererProcess[]; 136 CONTENT_EXPORT extern const char kRendererProcess[];
139 extern const char kRendererStartupDialog[]; 137 extern const char kRendererStartupDialog[];
140 // TODO(jam): this doesn't belong in content. 138 // TODO(jam): this doesn't belong in content.
141 CONTENT_EXPORT extern const char kServiceProcess[]; 139 CONTENT_EXPORT extern const char kServiceProcess[];
142 extern const char kShowPaintRects[]; 140 extern const char kShowPaintRects[];
143 extern const char kSimpleDataSource[]; 141 extern const char kSimpleDataSource[];
(...skipping 26 matching lines...) Expand all
170 extern const char kUseSystemSSL[]; 168 extern const char kUseSystemSSL[];
171 #endif 169 #endif
172 170
173 #if !defined(OFFICIAL_BUILD) 171 #if !defined(OFFICIAL_BUILD)
174 extern const char kRendererCheckFalseTest[]; 172 extern const char kRendererCheckFalseTest[];
175 #endif 173 #endif
176 174
177 } // namespace switches 175 } // namespace switches
178 176
179 #endif // CONTENT_COMMON_CONTENT_SWITCHES_H_ 177 #endif // CONTENT_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/common/content_client.h ('k') | content/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698