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

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

Issue 10808068: Store ChromeToMobile device list and timestamp prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add GetMobiles ownership/lifetime comment. Created 8 years, 5 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/browser/ui/views/location_bar/location_bar_view.cc ('k') | 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 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 extern const char kCloudPrintAuthToken[]; 631 extern const char kCloudPrintAuthToken[];
632 extern const char kCloudPrintXMPPAuthToken[]; 632 extern const char kCloudPrintXMPPAuthToken[];
633 extern const char kCloudPrintEmail[]; 633 extern const char kCloudPrintEmail[];
634 extern const char kCloudPrintPrintSystemSettings[]; 634 extern const char kCloudPrintPrintSystemSettings[];
635 extern const char kCloudPrintEnableJobPoll[]; 635 extern const char kCloudPrintEnableJobPoll[];
636 extern const char kCloudPrintRobotRefreshToken[]; 636 extern const char kCloudPrintRobotRefreshToken[];
637 extern const char kCloudPrintRobotEmail[]; 637 extern const char kCloudPrintRobotEmail[];
638 extern const char kVirtualPrinterDriverEnabled[]; 638 extern const char kVirtualPrinterDriverEnabled[];
639 extern const char kCloudPrintSubmitEnabled[]; 639 extern const char kCloudPrintSubmitEnabled[];
640 640
641 #if !defined(OS_ANDROID)
642 extern const char kChromeToMobileDeviceList[];
643 extern const char kChromeToMobileTimestamp[];
644 #endif
645
641 extern const char kProxy[]; 646 extern const char kProxy[];
642 extern const char kMaxConnectionsPerProxy[]; 647 extern const char kMaxConnectionsPerProxy[];
643 648
644 extern const char kManagedDefaultCookiesSetting[]; 649 extern const char kManagedDefaultCookiesSetting[];
645 extern const char kManagedDefaultImagesSetting[]; 650 extern const char kManagedDefaultImagesSetting[];
646 extern const char kManagedDefaultJavaScriptSetting[]; 651 extern const char kManagedDefaultJavaScriptSetting[];
647 extern const char kManagedDefaultPluginsSetting[]; 652 extern const char kManagedDefaultPluginsSetting[];
648 extern const char kManagedDefaultPopupsSetting[]; 653 extern const char kManagedDefaultPopupsSetting[];
649 extern const char kManagedDefaultGeolocationSetting[]; 654 extern const char kManagedDefaultGeolocationSetting[];
650 extern const char kManagedDefaultNotificationsSetting[]; 655 extern const char kManagedDefaultNotificationsSetting[];
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 extern const char kNetworkProfileWarningsLeft[]; 752 extern const char kNetworkProfileWarningsLeft[];
748 extern const char kNetworkProfileLastWarningTime[]; 753 extern const char kNetworkProfileLastWarningTime[];
749 754
750 #if defined(OS_MACOSX) 755 #if defined(OS_MACOSX)
751 extern const char kMacLeopardObsoleteInfobarLastShown[]; 756 extern const char kMacLeopardObsoleteInfobarLastShown[];
752 #endif // defined(OS_MACOSX) 757 #endif // defined(OS_MACOSX)
753 758
754 } // namespace prefs 759 } // namespace prefs
755 760
756 #endif // CHROME_COMMON_PREF_NAMES_H_ 761 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698