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

Side by Side Diff: chrome/common/chrome_switches.h

Issue 1462001: Use internal pdf plugin with --internal-pdf (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 | « chrome/common/chrome_paths.cc ('k') | chrome/common/chrome_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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 extern const char kGpuProcess[]; 119 extern const char kGpuProcess[];
120 extern const char kGpuStartupDialog[]; 120 extern const char kGpuStartupDialog[];
121 extern const char kHideIcons[]; 121 extern const char kHideIcons[];
122 extern const char kHomePage[]; 122 extern const char kHomePage[];
123 extern const char kHostResolverRules[]; 123 extern const char kHostResolverRules[];
124 extern const char kImport[]; 124 extern const char kImport[];
125 extern const char kImportFromFile[]; 125 extern const char kImportFromFile[];
126 extern const char kInProcessPlugins[]; 126 extern const char kInProcessPlugins[];
127 extern const char kIncognito[]; 127 extern const char kIncognito[];
128 extern const char kInternalNaCl[]; 128 extern const char kInternalNaCl[];
129 extern const char kInternalPDF[];
129 extern const char kInternalPepper[]; 130 extern const char kInternalPepper[];
130 extern const char kJavaScriptFlags[]; 131 extern const char kJavaScriptFlags[];
131 extern const char kLoadExtension[]; 132 extern const char kLoadExtension[];
132 extern const char kLoadPlugin[]; 133 extern const char kLoadPlugin[];
133 extern const char kLongLivedExtensions[]; 134 extern const char kLongLivedExtensions[];
134 extern const char kLogFilterPrefix[]; 135 extern const char kLogFilterPrefix[];
135 extern const char kLogPluginMessages[]; 136 extern const char kLogPluginMessages[];
136 extern const char kLoggingLevel[]; 137 extern const char kLoggingLevel[];
137 extern const char kMakeDefaultBrowser[]; 138 extern const char kMakeDefaultBrowser[];
138 extern const char kMediaCacheSize[]; 139 extern const char kMediaCacheSize[];
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 #if !defined(OFFICIAL_BUILD) 263 #if !defined(OFFICIAL_BUILD)
263 extern const char kRendererCheckFalseTest[]; 264 extern const char kRendererCheckFalseTest[];
264 #endif 265 #endif
265 266
266 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 267 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
267 // alphabetical order, or in one of the ifdefs (also in order in each section). 268 // alphabetical order, or in one of the ifdefs (also in order in each section).
268 269
269 } // namespace switches 270 } // namespace switches
270 271
271 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 272 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698