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

Unified Diff: third_party/closure_compiler/interfaces/settings_private_interface.js

Issue 2430463002: MD Settings: tweak some chrome.settingsPrivate method names (Closed)
Patch Set: histograms.xml Created 4 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
« no previous file with comments | « third_party/closure_compiler/externs/settings_private.js ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/interfaces/settings_private_interface.js
diff --git a/third_party/closure_compiler/interfaces/settings_private_interface.js b/third_party/closure_compiler/interfaces/settings_private_interface.js
index 6cf7ad37fa4bdda7c030a35d86049494957655b4..dbbaa579996048520ac22e14a3750f04096f93db 100644
--- a/third_party/closure_compiler/interfaces/settings_private_interface.js
+++ b/third_party/closure_compiler/interfaces/settings_private_interface.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
// This file was generated by:
-// ./tools/json_schema_compiler/compiler.py.
+// tools/json_schema_compiler/compiler.py.
/** @fileoverview Interface for settingsPrivate that can be overriden. */
@@ -40,19 +40,19 @@ SettingsPrivate.prototype = {
getPref: assertNotReached,
/**
- * Gets the page zoom factor as an integer percentage.
+ * Gets the page zoom factor.
* @param {function(number):void} callback
- * @see https://developer.chrome.com/extensions/settingsPrivate#method-getDefaultZoomPercent
+ * @see https://developer.chrome.com/extensions/settingsPrivate#method-getDefaultZoom
*/
- getDefaultZoomPercent: assertNotReached,
+ getDefaultZoom: assertNotReached,
/**
- * Sets the page zoom factor from a zoom percentage.
- * @param {number} percent
+ * Sets the page zoom factor.
+ * @param {number} zoom
* @param {function(boolean):void=} callback
- * @see https://developer.chrome.com/extensions/settingsPrivate#method-setDefaultZoomPercent
+ * @see https://developer.chrome.com/extensions/settingsPrivate#method-setDefaultZoom
*/
- setDefaultZoomPercent: assertNotReached,
+ setDefaultZoom: assertNotReached,
};
/**
« no previous file with comments | « third_party/closure_compiler/externs/settings_private.js ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698