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

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

Issue 10966052: Added options to disable specific printers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « no previous file | chrome/common/pref_names.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 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 extern const char kCloudPrintSigninDialogHeight[]; 621 extern const char kCloudPrintSigninDialogHeight[];
622 extern const char kCloudPrintProxyEnabled[]; 622 extern const char kCloudPrintProxyEnabled[];
623 extern const char kCloudPrintProxyId[]; 623 extern const char kCloudPrintProxyId[];
624 extern const char kCloudPrintAuthToken[]; 624 extern const char kCloudPrintAuthToken[];
625 extern const char kCloudPrintXMPPAuthToken[]; 625 extern const char kCloudPrintXMPPAuthToken[];
626 extern const char kCloudPrintEmail[]; 626 extern const char kCloudPrintEmail[];
627 extern const char kCloudPrintPrintSystemSettings[]; 627 extern const char kCloudPrintPrintSystemSettings[];
628 extern const char kCloudPrintEnableJobPoll[]; 628 extern const char kCloudPrintEnableJobPoll[];
629 extern const char kCloudPrintRobotRefreshToken[]; 629 extern const char kCloudPrintRobotRefreshToken[];
630 extern const char kCloudPrintRobotEmail[]; 630 extern const char kCloudPrintRobotEmail[];
631 extern const char kCloudPrintConnectNewPrinters[];
632 extern const char kCloudPrintPrinterBlacklist[];
631 extern const char kVirtualPrinterDriverEnabled[]; 633 extern const char kVirtualPrinterDriverEnabled[];
632 extern const char kCloudPrintSubmitEnabled[]; 634 extern const char kCloudPrintSubmitEnabled[];
633 635
634 #if !defined(OS_ANDROID) 636 #if !defined(OS_ANDROID)
635 extern const char kChromeToMobileDeviceList[]; 637 extern const char kChromeToMobileDeviceList[];
636 #endif 638 #endif
637 639
638 extern const char kProxy[]; 640 extern const char kProxy[];
639 extern const char kMaxConnectionsPerProxy[]; 641 extern const char kMaxConnectionsPerProxy[];
640 642
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 extern const char kInManagedMode[]; 758 extern const char kInManagedMode[];
757 759
758 extern const char kNetworkProfileWarningsLeft[]; 760 extern const char kNetworkProfileWarningsLeft[];
759 extern const char kNetworkProfileLastWarningTime[]; 761 extern const char kNetworkProfileLastWarningTime[];
760 762
761 extern const char kLastPolicyStatisticsUpdate[]; 763 extern const char kLastPolicyStatisticsUpdate[];
762 764
763 } // namespace prefs 765 } // namespace prefs
764 766
765 #endif // CHROME_COMMON_PREF_NAMES_H_ 767 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698