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

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

Issue 11572036: Do not load extension system in the Profile import process. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: comment about test-only function Created 8 years 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
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 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 extern const char kGpuStartupDialog[]; 139 extern const char kGpuStartupDialog[];
140 extern const char kGpuVendorID[]; 140 extern const char kGpuVendorID[];
141 CONTENT_EXPORT extern const char kGuestRenderer[]; 141 CONTENT_EXPORT extern const char kGuestRenderer[];
142 CONTENT_EXPORT extern const char kHostResolverRules[]; 142 CONTENT_EXPORT extern const char kHostResolverRules[];
143 CONTENT_EXPORT extern const char kIgnoreCertificateErrors[]; 143 CONTENT_EXPORT extern const char kIgnoreCertificateErrors[];
144 CONTENT_EXPORT extern const char kIgnoreGpuBlacklist[]; 144 CONTENT_EXPORT extern const char kIgnoreGpuBlacklist[];
145 extern const char kInProcessGPU[]; 145 extern const char kInProcessGPU[];
146 extern const char kInProcessPlugins[]; 146 extern const char kInProcessPlugins[];
147 CONTENT_EXPORT extern const char kInProcessWebGL[]; 147 CONTENT_EXPORT extern const char kInProcessWebGL[];
148 CONTENT_EXPORT extern const char kJavaScriptFlags[]; 148 CONTENT_EXPORT extern const char kJavaScriptFlags[];
149 CONTENT_EXPORT extern const char kLaunchAsBrowser[];
149 extern const char kLoadPlugin[]; 150 extern const char kLoadPlugin[];
150 CONTENT_EXPORT extern const char kLoggingLevel[]; 151 CONTENT_EXPORT extern const char kLoggingLevel[];
151 extern const char kLogPluginMessages[]; 152 extern const char kLogPluginMessages[];
152 // TODO(jam): this doesn't belong in content. 153 // TODO(jam): this doesn't belong in content.
153 CONTENT_EXPORT extern const char kNaClBrokerProcess[]; 154 CONTENT_EXPORT extern const char kNaClBrokerProcess[];
154 CONTENT_EXPORT extern const char kNaClLoaderProcess[]; 155 CONTENT_EXPORT extern const char kNaClLoaderProcess[];
155 CONTENT_EXPORT extern const char kNoReferrers[]; 156 CONTENT_EXPORT extern const char kNoReferrers[];
156 CONTENT_EXPORT extern const char kNoSandbox[]; 157 CONTENT_EXPORT extern const char kNoSandbox[];
157 CONTENT_EXPORT extern const char kAllowNoSandboxJob[]; 158 CONTENT_EXPORT extern const char kAllowNoSandboxJob[];
158 extern const char kPluginLauncher[]; 159 extern const char kPluginLauncher[];
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[]; 241 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[];
241 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[]; 242 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[];
242 CONTENT_EXPORT extern const char kTestCompositor[]; 243 CONTENT_EXPORT extern const char kTestCompositor[];
243 #endif 244 #endif
244 245
245 CONTENT_EXPORT extern const char kEnableOverscrollHistoryNavigation[]; 246 CONTENT_EXPORT extern const char kEnableOverscrollHistoryNavigation[];
246 247
247 } // namespace switches 248 } // namespace switches
248 249
249 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 250 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698