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

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

Issue 191093002: Simplify the user agent code some more since after r255534 it's not affected by the site's URL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: patchset 15 which works Created 6 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/public/common/content_client.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 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 CONTENT_EXPORT extern const char kTraceShutdown[]; 249 CONTENT_EXPORT extern const char kTraceShutdown[];
250 extern const char kTraceShutdownFile[]; 250 extern const char kTraceShutdownFile[];
251 extern const char kTraceStartup[]; 251 extern const char kTraceStartup[];
252 extern const char kTraceStartupDuration[]; 252 extern const char kTraceStartupDuration[];
253 extern const char kTraceStartupFile[]; 253 extern const char kTraceStartupFile[];
254 CONTENT_EXPORT extern const char kUIPrioritizeInGpuProcess[]; 254 CONTENT_EXPORT extern const char kUIPrioritizeInGpuProcess[];
255 CONTENT_EXPORT extern const char kUseDiscardableMemory[]; 255 CONTENT_EXPORT extern const char kUseDiscardableMemory[];
256 CONTENT_EXPORT extern const char kUseFakeDeviceForMediaStream[]; 256 CONTENT_EXPORT extern const char kUseFakeDeviceForMediaStream[];
257 CONTENT_EXPORT extern const char kUseFakeUIForMediaStream[]; 257 CONTENT_EXPORT extern const char kUseFakeUIForMediaStream[];
258 CONTENT_EXPORT extern const char kUseMobileUserAgent[]; 258 CONTENT_EXPORT extern const char kUseMobileUserAgent[];
259 CONTENT_EXPORT extern const char kUserAgent[];
260 extern const char kUtilityCmdPrefix[]; 259 extern const char kUtilityCmdPrefix[];
261 CONTENT_EXPORT extern const char kUtilityProcess[]; 260 CONTENT_EXPORT extern const char kUtilityProcess[];
262 extern const char kUtilityProcessAllowedDir[]; 261 extern const char kUtilityProcessAllowedDir[];
263 CONTENT_EXPORT extern const char kUtilityProcessEnableMDns[]; 262 CONTENT_EXPORT extern const char kUtilityProcessEnableMDns[];
264 CONTENT_EXPORT extern const char kUtilityProcessRunningElevated[]; 263 CONTENT_EXPORT extern const char kUtilityProcessRunningElevated[];
265 CONTENT_EXPORT extern const char kValidateInputEventStream[]; 264 CONTENT_EXPORT extern const char kValidateInputEventStream[];
266 CONTENT_EXPORT extern const char kWaitForDebuggerChildren[]; 265 CONTENT_EXPORT extern const char kWaitForDebuggerChildren[];
267 CONTENT_EXPORT extern const char kWebGLCommandBufferSizeKb[]; 266 CONTENT_EXPORT extern const char kWebGLCommandBufferSizeKb[];
268 CONTENT_EXPORT extern const char kWorkerProcess[]; 267 CONTENT_EXPORT extern const char kWorkerProcess[];
269 CONTENT_EXPORT extern const char kZygoteCmdPrefix[]; 268 CONTENT_EXPORT extern const char kZygoteCmdPrefix[];
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 #if defined(OS_POSIX) 311 #if defined(OS_POSIX)
313 extern const char kChildCleanExit[]; 312 extern const char kChildCleanExit[];
314 #endif 313 #endif
315 314
316 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 315 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
317 // alphabetical order, or in one of the ifdefs (also in order in each section). 316 // alphabetical order, or in one of the ifdefs (also in order in each section).
318 317
319 } // namespace switches 318 } // namespace switches
320 319
321 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 320 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/public/common/content_client.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698