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

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

Issue 6248026: Rename Real* to Double* in values.* and dependent files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More renames Created 9 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/options/pref_ui.js
diff --git a/chrome/browser/resources/options/pref_ui.js b/chrome/browser/resources/options/pref_ui.js
index 99db29866c73b97d0cbe4cca9c12b843b6e83228..3e8c965a20bae96d143359dfced32b8cb6029a8f 100644
--- a/chrome/browser/resources/options/pref_ui.js
+++ b/chrome/browser/resources/options/pref_ui.js
@@ -411,7 +411,7 @@ cr.define('options', function() {
self.options[self.selectedIndex].value, self.metric);
break;
case 'real':
- Preferences.setRealPref(self.pref,
+ Preferences.setDoublePref(self.pref,
self.options[self.selectedIndex].value, self.metric);
break;
case 'boolean':

Powered by Google App Engine
This is Rietveld 408576698