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

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

Issue 10834203: Integrate invalidation API into ChromeToMobileService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update comment; sync and rebase. Created 8 years, 4 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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 extern const char kCloudPrintEmail[]; 629 extern const char kCloudPrintEmail[];
630 extern const char kCloudPrintPrintSystemSettings[]; 630 extern const char kCloudPrintPrintSystemSettings[];
631 extern const char kCloudPrintEnableJobPoll[]; 631 extern const char kCloudPrintEnableJobPoll[];
632 extern const char kCloudPrintRobotRefreshToken[]; 632 extern const char kCloudPrintRobotRefreshToken[];
633 extern const char kCloudPrintRobotEmail[]; 633 extern const char kCloudPrintRobotEmail[];
634 extern const char kVirtualPrinterDriverEnabled[]; 634 extern const char kVirtualPrinterDriverEnabled[];
635 extern const char kCloudPrintSubmitEnabled[]; 635 extern const char kCloudPrintSubmitEnabled[];
636 636
637 #if !defined(OS_ANDROID) 637 #if !defined(OS_ANDROID)
638 extern const char kChromeToMobileDeviceList[]; 638 extern const char kChromeToMobileDeviceList[];
639 extern const char kChromeToMobileTimestamp[];
640 #endif 639 #endif
641 640
642 extern const char kProxy[]; 641 extern const char kProxy[];
643 extern const char kMaxConnectionsPerProxy[]; 642 extern const char kMaxConnectionsPerProxy[];
644 643
645 extern const char kManagedDefaultCookiesSetting[]; 644 extern const char kManagedDefaultCookiesSetting[];
646 extern const char kManagedDefaultImagesSetting[]; 645 extern const char kManagedDefaultImagesSetting[];
647 extern const char kManagedDefaultJavaScriptSetting[]; 646 extern const char kManagedDefaultJavaScriptSetting[];
648 extern const char kManagedDefaultPluginsSetting[]; 647 extern const char kManagedDefaultPluginsSetting[];
649 extern const char kManagedDefaultPopupsSetting[]; 648 extern const char kManagedDefaultPopupsSetting[];
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 #endif 747 #endif
749 748
750 extern const char kInManagedMode[]; 749 extern const char kInManagedMode[];
751 750
752 extern const char kNetworkProfileWarningsLeft[]; 751 extern const char kNetworkProfileWarningsLeft[];
753 extern const char kNetworkProfileLastWarningTime[]; 752 extern const char kNetworkProfileLastWarningTime[];
754 753
755 } // namespace prefs 754 } // namespace prefs
756 755
757 #endif // CHROME_COMMON_PREF_NAMES_H_ 756 #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