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

Side by Side Diff: chrome/browser/resources/options/pref_ui.js

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. 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
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 // TODO(jhawkins): Add dialog-pref support to all preference controls. 5 // TODO(jhawkins): Add dialog-pref support to all preference controls.
6 6
7 cr.define('options', function() { 7 cr.define('options', function() {
8 8
9 var Preferences = options.Preferences; 9 var Preferences = options.Preferences;
10 10
(...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 PrefNumber: PrefNumber, 837 PrefNumber: PrefNumber,
838 PrefNumeric: PrefNumeric, 838 PrefNumeric: PrefNumeric,
839 PrefRadio: PrefRadio, 839 PrefRadio: PrefRadio,
840 PrefRange: PrefRange, 840 PrefRange: PrefRange,
841 PrefSelect: PrefSelect, 841 PrefSelect: PrefSelect,
842 PrefTextField: PrefTextField, 842 PrefTextField: PrefTextField,
843 PrefButton: PrefButton 843 PrefButton: PrefButton
844 }; 844 };
845 845
846 }); 846 });
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/password_manager_list.js ('k') | chrome/browser/resources/options/preferences.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698