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

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

Issue 1077007: Add the option of importing bookmarks from file to first run.... (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
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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 extern const char kExtensionsUpdateFrequency[]; 113 extern const char kExtensionsUpdateFrequency[];
114 extern const char kFileDescriptorLimit[]; 114 extern const char kFileDescriptorLimit[];
115 extern const char kFirstRun[]; 115 extern const char kFirstRun[];
116 extern const char kForceFieldTestNameAndValue[]; 116 extern const char kForceFieldTestNameAndValue[];
117 extern const char kGpuLauncher[]; 117 extern const char kGpuLauncher[];
118 extern const char kGpuProcess[]; 118 extern const char kGpuProcess[];
119 extern const char kHideIcons[]; 119 extern const char kHideIcons[];
120 extern const char kHomePage[]; 120 extern const char kHomePage[];
121 extern const char kHostResolverRules[]; 121 extern const char kHostResolverRules[];
122 extern const char kImport[]; 122 extern const char kImport[];
123 extern const char kImportFromFile[];
123 extern const char kInProcessPlugins[]; 124 extern const char kInProcessPlugins[];
124 extern const char kIncognito[]; 125 extern const char kIncognito[];
125 extern const char kInternalNaCl[]; 126 extern const char kInternalNaCl[];
126 extern const char kInternalPepper[]; 127 extern const char kInternalPepper[];
127 extern const char kJavaScriptFlags[]; 128 extern const char kJavaScriptFlags[];
128 extern const char kLoadExtension[]; 129 extern const char kLoadExtension[];
129 extern const char kLoadPlugin[]; 130 extern const char kLoadPlugin[];
130 extern const char kLongLivedExtensions[]; 131 extern const char kLongLivedExtensions[];
131 extern const char kLogFilterPrefix[]; 132 extern const char kLogFilterPrefix[];
132 extern const char kLogPluginMessages[]; 133 extern const char kLogPluginMessages[];
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 #if !defined(OFFICIAL_BUILD) 257 #if !defined(OFFICIAL_BUILD)
257 extern const char kRendererCheckFalseTest[]; 258 extern const char kRendererCheckFalseTest[];
258 #endif 259 #endif
259 260
260 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 261 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
261 // alphabetical order, or in one of the ifdefs (also in order in each section). 262 // alphabetical order, or in one of the ifdefs (also in order in each section).
262 263
263 } // namespace switches 264 } // namespace switches
264 265
265 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 266 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698