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

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

Issue 3436019: Added code in the browser process to display a Cloud Print token expired desk... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fixed Linux build Created 10 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
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 #pragma once 9 #pragma once
10 10
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 extern const char kNaClLoaderProcess[]; 221 extern const char kNaClLoaderProcess[];
222 extern const char kNaClStartupDialog[]; 222 extern const char kNaClStartupDialog[];
223 extern const char kNoDefaultBrowserCheck[]; 223 extern const char kNoDefaultBrowserCheck[];
224 extern const char kNoEvents[]; 224 extern const char kNoEvents[];
225 extern const char kNoFirstRun[]; 225 extern const char kNoFirstRun[];
226 extern const char kNoJsRandomness[]; 226 extern const char kNoJsRandomness[];
227 extern const char kNoProxyServer[]; 227 extern const char kNoProxyServer[];
228 extern const char kNoReferrers[]; 228 extern const char kNoReferrers[];
229 extern const char kNoSandbox[]; 229 extern const char kNoSandbox[];
230 extern const char kNoStartupWindow[]; 230 extern const char kNoStartupWindow[];
231 extern const char kNotifyCloudPrintTokenExpired[];
231 extern const char kNoTopSites[]; 232 extern const char kNoTopSites[];
232 extern const char kNumPacThreads[]; 233 extern const char kNumPacThreads[];
233 extern const char kOpenInNewWindow[]; 234 extern const char kOpenInNewWindow[];
234 extern const char kOrganicInstall[]; 235 extern const char kOrganicInstall[];
235 extern const char kPackExtension[]; 236 extern const char kPackExtension[];
236 extern const char kPackExtensionKey[]; 237 extern const char kPackExtensionKey[];
237 extern const char kParentProfile[]; 238 extern const char kParentProfile[];
238 extern const char kPlaybackMode[]; 239 extern const char kPlaybackMode[];
239 extern const char kPluginDataDir[]; 240 extern const char kPluginDataDir[];
240 extern const char kPluginLauncher[]; 241 extern const char kPluginLauncher[];
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 #endif 381 #endif
381 // Return true if the switches indicate the seccomp sandbox is enabled. 382 // Return true if the switches indicate the seccomp sandbox is enabled.
382 bool SeccompSandboxEnabled(); 383 bool SeccompSandboxEnabled();
383 384
384 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 385 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
385 // alphabetical order, or in one of the ifdefs (also in order in each section). 386 // alphabetical order, or in one of the ifdefs (also in order in each section).
386 387
387 } // namespace switches 388 } // namespace switches
388 389
389 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 390 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698