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

Unified Diff: chrome/browser/resources/options/startup_overlay.js

Issue 24930003: Migrate startup URLs pref. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename remaining old pref value. Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/startup_overlay.js
diff --git a/chrome/browser/resources/options/startup_overlay.js b/chrome/browser/resources/options/startup_overlay.js
index dc74f4825432f57ba8a89109e021546e9d48a6fe..d63b49d1027b762d608d71d805b06ccb91eef68c 100644
--- a/chrome/browser/resources/options/startup_overlay.js
+++ b/chrome/browser/resources/options/startup_overlay.js
@@ -34,7 +34,7 @@ cr.define('options', function() {
autocompleteList_: null,
startup_pages_pref_: {
- 'name': 'session.urls_to_restore_on_startup',
+ 'name': 'session.startup_urls',
'disabled': false
},
@@ -108,7 +108,7 @@ cr.define('options', function() {
/**
* Handles change events of the preference
- * 'session.urls_to_restore_on_startup'.
+ * 'session.startup_urls'.
* @param {event} preference changed event.
* @private
*/
« no previous file with comments | « chrome/browser/resources/options/startup_overlay.html ('k') | chrome/browser/resources/options/startup_section.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698