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

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

Issue 10227014: Remove the very old code that migrated password data from the WebDataService to PasswordStore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | 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 1536 matching lines...) Expand 10 before | Expand all | Expand 10 after
1547 // Create web application shortcut dialog preferences. 1547 // Create web application shortcut dialog preferences.
1548 const char kWebAppCreateOnDesktop[] = "browser.web_app.create_on_desktop"; 1548 const char kWebAppCreateOnDesktop[] = "browser.web_app.create_on_desktop";
1549 const char kWebAppCreateInAppsMenu[] = "browser.web_app.create_in_apps_menu"; 1549 const char kWebAppCreateInAppsMenu[] = "browser.web_app.create_in_apps_menu";
1550 const char kWebAppCreateInQuickLaunchBar[] = 1550 const char kWebAppCreateInQuickLaunchBar[] =
1551 "browser.web_app.create_in_quick_launch_bar"; 1551 "browser.web_app.create_in_quick_launch_bar";
1552 1552
1553 // Dictionary that maps Geolocation network provider server URLs to 1553 // Dictionary that maps Geolocation network provider server URLs to
1554 // corresponding access token. 1554 // corresponding access token.
1555 const char kGeolocationAccessToken[] = "geolocation.access_token"; 1555 const char kGeolocationAccessToken[] = "geolocation.access_token";
1556 1556
1557 // Whether PasswordForms have been migrated from the WedDataService to the
1558 // LoginDatabase.
1559 const char kLoginDatabaseMigrated[] = "login_database.migrated";
1560
1561 // Boolean that indicates whether to allow firewall traversal while trying to 1557 // Boolean that indicates whether to allow firewall traversal while trying to
1562 // establish the initial connection from the client or host. 1558 // establish the initial connection from the client or host.
1563 const char kRemoteAccessHostFirewallTraversal[] = 1559 const char kRemoteAccessHostFirewallTraversal[] =
1564 "remote_access.host_firewall_traversal"; 1560 "remote_access.host_firewall_traversal";
1565 1561
1566 // Boolean controlling whether printing is enabled. 1562 // Boolean controlling whether printing is enabled.
1567 const char kPrintingEnabled[] = "printing.enabled"; 1563 const char kPrintingEnabled[] = "printing.enabled";
1568 1564
1569 // Boolean controlling whether print preview is disabled. 1565 // Boolean controlling whether print preview is disabled.
1570 const char kPrintPreviewDisabled[] = "printing.print_preview_disabled"; 1566 const char kPrintPreviewDisabled[] = "printing.print_preview_disabled";
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
1839 const char kRailBreakProportion[] = 1835 const char kRailBreakProportion[] =
1840 "gesture.rail_break_proportion"; 1836 "gesture.rail_break_proportion";
1841 const char kRailStartProportion[] = 1837 const char kRailStartProportion[] =
1842 "gesture.rail_start_proportion"; 1838 "gesture.rail_start_proportion";
1843 #endif 1839 #endif
1844 1840
1845 // Indicates whether the browser is in managed mode. 1841 // Indicates whether the browser is in managed mode.
1846 const char kInManagedMode[] = "managed_mode"; 1842 const char kInManagedMode[] = "managed_mode";
1847 1843
1848 } // namespace prefs 1844 } // namespace prefs
OLDNEW
« chrome/browser/webdata/web_database_migration_unittest.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