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

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

Issue 10815047: Save user selected wallpaper information to local state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: format nits 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/common/pref_names.h ('k') | no next file » | 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 #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 1777 matching lines...) Expand 10 before | Expand all | Expand 10 after
1788 // enabled. 1788 // enabled.
1789 const char kDeviceLocation[] = "device_status.location"; 1789 const char kDeviceLocation[] = "device_status.location";
1790 1790
1791 // A string that is used to store first-time sync startup after once sync is 1791 // A string that is used to store first-time sync startup after once sync is
1792 // disabled. This will be refreshed every sign-in. 1792 // disabled. This will be refreshed every sign-in.
1793 const char kSyncSpareBootstrapToken[] = "sync.spare_bootstrap_token"; 1793 const char kSyncSpareBootstrapToken[] = "sync.spare_bootstrap_token";
1794 1794
1795 // A pref holding the value of the policy used to disable mounting of external 1795 // A pref holding the value of the policy used to disable mounting of external
1796 // storage for the user. 1796 // storage for the user.
1797 const char kExternalStorageDisabled[] = "hardware.external_storage_disabled"; 1797 const char kExternalStorageDisabled[] = "hardware.external_storage_disabled";
1798
1799 // A dictionary that maps usernames to wallpaper properties.
1800 const char kUsersWallpaperInfo[] = "user_wallpaper_info";
1798 #endif 1801 #endif
1799 1802
1800 // Whether there is a Flash version installed that supports clearing LSO data. 1803 // Whether there is a Flash version installed that supports clearing LSO data.
1801 const char kClearPluginLSODataEnabled[] = "browser.clear_lso_data_enabled"; 1804 const char kClearPluginLSODataEnabled[] = "browser.clear_lso_data_enabled";
1802 1805
1803 // Whether we should show Pepper Flash-specific settings. 1806 // Whether we should show Pepper Flash-specific settings.
1804 const char kPepperFlashSettingsEnabled[] = 1807 const char kPepperFlashSettingsEnabled[] =
1805 "browser.pepper_flash_settings_enabled"; 1808 "browser.pepper_flash_settings_enabled";
1806 1809
1807 // String which specifies where to store the disk cache. 1810 // String which specifies where to store the disk cache.
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
2008 const char kNetworkProfileLastWarningTime[] = 2011 const char kNetworkProfileLastWarningTime[] =
2009 "network_profile.last_warning_time"; 2012 "network_profile.last_warning_time";
2010 2013
2011 #if defined(OS_MACOSX) 2014 #if defined(OS_MACOSX)
2012 // A timestamp of when the obsolete OS infobar was last shown to a user on 10.5. 2015 // A timestamp of when the obsolete OS infobar was last shown to a user on 10.5.
2013 const char kMacLeopardObsoleteInfobarLastShown[] = 2016 const char kMacLeopardObsoleteInfobarLastShown[] =
2014 "mac_105_obsolete_infobar_last_shown"; 2017 "mac_105_obsolete_infobar_last_shown";
2015 #endif // defined(OS_MACOSX) 2018 #endif // defined(OS_MACOSX)
2016 2019
2017 } // namespace prefs 2020 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698