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

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

Issue 9956097: suppress user/password dialog when re-enabling sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More OS_CHROMEOS guard for compilation. Created 8 years, 8 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) 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 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 8
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 1621 matching lines...) Expand 10 before | Expand all | Expand 10 after
1632 // reported along with device policy requests. 1632 // reported along with device policy requests.
1633 const char kReportDeviceVersionInfo[] = "device_status.report_version_info"; 1633 const char kReportDeviceVersionInfo[] = "device_status.report_version_info";
1634 1634
1635 // A boolean pref that indicates whether device activity times should be 1635 // A boolean pref that indicates whether device activity times should be
1636 // recorded and reported along with device policy requests. 1636 // recorded and reported along with device policy requests.
1637 const char kReportDeviceActivityTimes[] = "device_status.report_activity_times"; 1637 const char kReportDeviceActivityTimes[] = "device_status.report_activity_times";
1638 1638
1639 // The local state pref that stores device activity times before reporting 1639 // The local state pref that stores device activity times before reporting
1640 // them to the policy server. 1640 // them to the policy server.
1641 extern const char kDeviceActivityTimes[] = "device_status.activity_times"; 1641 extern const char kDeviceActivityTimes[] = "device_status.activity_times";
1642
1643 // A string that is used to store first-time sync startup after once sync is
1644 // disabled. This will be refreshed every sign-in.
1645 const char kSyncSpareBootstrapToken[] = "sync.spare_bootstrap_token";
1642 #endif 1646 #endif
1643 1647
1644 // Whether there is a Flash version installed that supports clearing LSO data. 1648 // Whether there is a Flash version installed that supports clearing LSO data.
1645 const char kClearPluginLSODataEnabled[] = "browser.clear_lso_data_enabled"; 1649 const char kClearPluginLSODataEnabled[] = "browser.clear_lso_data_enabled";
1646 1650
1647 // String which specifies where to store the disk cache. 1651 // String which specifies where to store the disk cache.
1648 const char kDiskCacheDir[] = "browser.disk_cache_dir"; 1652 const char kDiskCacheDir[] = "browser.disk_cache_dir";
1649 // Pref name for the policy specifying the maximal cache size. 1653 // Pref name for the policy specifying the maximal cache size.
1650 const char kDiskCacheSize[] = "browser.disk_cache_size"; 1654 const char kDiskCacheSize[] = "browser.disk_cache_size";
1651 // Pref name for the policy specifying the maximal media cache size. 1655 // Pref name for the policy specifying the maximal media cache size.
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1816 const char kRailBreakProportion[] = 1820 const char kRailBreakProportion[] =
1817 "gesture.rail_break_proportion"; 1821 "gesture.rail_break_proportion";
1818 const char kRailStartProportion[] = 1822 const char kRailStartProportion[] =
1819 "gesture.rail_start_proportion"; 1823 "gesture.rail_start_proportion";
1820 #endif 1824 #endif
1821 1825
1822 // Indicates whether the browser is in managed mode. 1826 // Indicates whether the browser is in managed mode.
1823 const char kInManagedMode[] = "managed_mode"; 1827 const char kInManagedMode[] = "managed_mode";
1824 1828
1825 } // namespace prefs 1829 } // namespace prefs
OLDNEW
« chrome/browser/ui/webui/sync_setup_handler.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698