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

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

Issue 15685014: Delete unused prefs::kHomePageChanged. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 7 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
« 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 #include "chrome/common/pref_font_webkit_names.h" 8 #include "chrome/common/pref_font_webkit_names.h"
9 9
10 namespace prefs { 10 namespace prefs {
(...skipping 15 matching lines...) Expand all
26 // This setting resides both in profile prefs and local state. Accelerator 26 // This setting resides both in profile prefs and local state. Accelerator
27 // handling code reads local state, while extension APIs use profile pref. 27 // handling code reads local state, while extension APIs use profile pref.
28 const char kDisableScreenshots[] = "disable_screenshots"; 28 const char kDisableScreenshots[] = "disable_screenshots";
29 29
30 // A boolean specifying whether the New Tab page is the home page or not. 30 // A boolean specifying whether the New Tab page is the home page or not.
31 const char kHomePageIsNewTabPage[] = "homepage_is_newtabpage"; 31 const char kHomePageIsNewTabPage[] = "homepage_is_newtabpage";
32 32
33 // This is the URL of the page to load when opening new tabs. 33 // This is the URL of the page to load when opening new tabs.
34 const char kHomePage[] = "homepage"; 34 const char kHomePage[] = "homepage";
35 35
36 // Did the user change the home page after install?
37 const char kHomePageChanged[] = "homepage_changed";
38
39 // This preference is used to store the hash of a password of the custodian of 36 // This preference is used to store the hash of a password of the custodian of
40 // a managed user. It allows to unlock options which should be not available to 37 // a managed user. It allows to unlock options which should be not available to
41 // the managed user. The salt preference is used to derive the hash from the 38 // the managed user. The salt preference is used to derive the hash from the
42 // password. 39 // password.
43 const char kManagedModeLocalPassphrase[] = "managed_mode.passphrase"; 40 const char kManagedModeLocalPassphrase[] = "managed_mode.passphrase";
44 const char kManagedModeLocalSalt[] = "managed_mode.salt"; 41 const char kManagedModeLocalSalt[] = "managed_mode.salt";
45 42
46 // Maps host names to whether the host is manually allowed or blocked. 43 // Maps host names to whether the host is manually allowed or blocked.
47 const char kManagedModeManualHosts[] = "profile.managed.manual_hosts"; 44 const char kManagedModeManualHosts[] = "profile.managed.manual_hosts";
48 // Maps URLs to whether the URL is manually allowed or blocked. 45 // Maps URLs to whether the URL is manually allowed or blocked.
(...skipping 2407 matching lines...) Expand 10 before | Expand all | Expand 10 after
2456 // ping and the time of the last ping. 2453 // ping and the time of the last ping.
2457 extern const char kAppListAppLaunchCount[] = "app_list.app_launch_count"; 2454 extern const char kAppListAppLaunchCount[] = "app_list.app_launch_count";
2458 extern const char kLastAppListAppLaunchPing[] = "app_list.last_app_launch_ping"; 2455 extern const char kLastAppListAppLaunchPing[] = "app_list.last_app_launch_ping";
2459 2456
2460 // A string pref for storing the salt used to compute the pepper device ID. 2457 // A string pref for storing the salt used to compute the pepper device ID.
2461 const char kDRMSalt[] = "settings.privacy.drm_salt"; 2458 const char kDRMSalt[] = "settings.privacy.drm_salt";
2462 // A boolean pref that enables the (private) pepper GetDeviceID() call. 2459 // A boolean pref that enables the (private) pepper GetDeviceID() call.
2463 const char kEnableDRM[] = "settings.privacy.drm_enabled"; 2460 const char kEnableDRM[] = "settings.privacy.drm_enabled";
2464 2461
2465 } // namespace prefs 2462 } // 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