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

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

Issue 780773002: Fix some closure compilation issues 8n order to update compiler.jar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll back *.jar Created 6 years 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
« no previous file with comments | « chrome/browser/resources/options/password_manager_list.js ('k') | third_party/closure_compiler/checker.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/pref_ui.js
diff --git a/chrome/browser/resources/options/pref_ui.js b/chrome/browser/resources/options/pref_ui.js
index 73247de0e0da2731898defcb799840b4c7cd7ab8..a4a1127c75defebe4b85a0c60d37b4d15cf065aa 100644
--- a/chrome/browser/resources/options/pref_ui.js
+++ b/chrome/browser/resources/options/pref_ui.js
@@ -98,6 +98,13 @@ cr.define('options', function() {
},
/**
+ * An abstract method for all subclasses to override to update their
+ * preference from existing state.
+ * @protected
+ */
+ updatePrefFromState: assertNotReached,
+
+ /**
* See |updateDisabledState| above.
*/
setDisabled: function(reason, disabled) {
« no previous file with comments | « chrome/browser/resources/options/password_manager_list.js ('k') | third_party/closure_compiler/checker.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698