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

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

Issue 2509753006: Revert of Plumbing for login apps device policy to extensions. (Closed)
Patch Set: Created 4 years, 1 month 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 the shared command-line switches used by code in the Chrome 5 // Defines the shared command-line switches used by code in the Chrome
6 // directory that don't have anywhere more specific to go. 6 // directory that don't have anywhere more specific to go.
7 7
8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
9 #define CHROME_COMMON_CHROME_SWITCHES_H_ 9 #define CHROME_COMMON_CHROME_SWITCHES_H_
10 10
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 extern const char kForceShowUpdateMenuItemSummary[]; 306 extern const char kForceShowUpdateMenuItemSummary[];
307 extern const char kMarketUrlForTesting[]; 307 extern const char kMarketUrlForTesting[];
308 extern const char kNtpSwitchToExistingTab[]; 308 extern const char kNtpSwitchToExistingTab[];
309 extern const char kProgressBarAnimation[]; 309 extern const char kProgressBarAnimation[];
310 extern const char kTabManagementExperimentTypeDisabled[]; 310 extern const char kTabManagementExperimentTypeDisabled[];
311 extern const char kTabManagementExperimentTypeElderberry[]; 311 extern const char kTabManagementExperimentTypeElderberry[];
312 #endif // defined(OS_ANDROID) 312 #endif // defined(OS_ANDROID)
313 313
314 #if defined(OS_CHROMEOS) 314 #if defined(OS_CHROMEOS)
315 extern const char kEnableNativeCups[]; 315 extern const char kEnableNativeCups[];
316 extern const char kEnableSigninApps[];
317 #endif // defined(OS_CHROMEOS) 316 #endif // defined(OS_CHROMEOS)
318 317
319 #if defined(USE_ASH) 318 #if defined(USE_ASH)
320 extern const char kOpenAsh[]; 319 extern const char kOpenAsh[];
321 #endif 320 #endif
322 321
323 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_CHROMEOS) 322 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_CHROMEOS)
324 extern const char kHelp[]; 323 extern const char kHelp[];
325 extern const char kHelpShort[]; 324 extern const char kHelpShort[];
326 extern const char kPasswordStore[]; 325 extern const char kPasswordStore[];
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 #if defined(OS_WIN) 402 #if defined(OS_WIN)
404 bool GDITextPrintingEnabled(); 403 bool GDITextPrintingEnabled();
405 #endif 404 #endif
406 405
407 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 406 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
408 // alphabetical order, or in one of the ifdefs (also in order in each section). 407 // alphabetical order, or in one of the ifdefs (also in order in each section).
409 408
410 } // namespace switches 409 } // namespace switches
411 410
412 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 411 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list_factory.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698