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

Unified Diff: chrome/browser/resources/options2/browser_options_profile_list.js

Issue 9181013: [uber page] Migrate remaining Personal options into Browser options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: How about another rebase! (damn you generated_resources.grd) Created 8 years, 11 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/options2/browser_options_profile_list.js
===================================================================
--- chrome/browser/resources/options2/browser_options_profile_list.js (revision 117054)
+++ chrome/browser/resources/options2/browser_options_profile_list.js (working copy)
@@ -1,8 +1,8 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-cr.define('options.personal_options', function() {
+cr.define('options.browser_options', function() {
const DeletableItem = options.DeletableItem;
const DeletableItemList = options.DeletableItemList;
const ListSingleSelectionModel = cr.ui.ListSingleSelectionModel;
« no previous file with comments | « chrome/browser/resources/options2/browser_options_page.css ('k') | chrome/browser/resources/options2/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698