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

Unified Diff: chrome/browser/resources/settings/appearance_page/fonts_browser_proxy.js

Issue 2398233004: [MD settings] touch-up removal of encoding settings (Closed)
Patch Set: 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 | « no previous file | chrome/browser/ui/webui/settings/font_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/appearance_page/fonts_browser_proxy.js
diff --git a/chrome/browser/resources/settings/appearance_page/fonts_browser_proxy.js b/chrome/browser/resources/settings/appearance_page/fonts_browser_proxy.js
index 75649d97378c529e578c592606a2721d1ee6a951..b8b1263af399105c6e6552ec3edc0e9d4b0eee2a 100644
--- a/chrome/browser/resources/settings/appearance_page/fonts_browser_proxy.js
+++ b/chrome/browser/resources/settings/appearance_page/fonts_browser_proxy.js
@@ -5,7 +5,6 @@
/**
* @typedef {{
* fontList: Array<{0: string, 1: (string|undefined), 2: (string|undefined)}>,
- * encodingList: Array<{0: string, 1: string}>,
* extensionUrl: string
* }}
*/
@@ -17,8 +16,8 @@ cr.define('settings', function() {
FontsBrowserProxy.prototype = {
/**
- * @return {!Promise<!FontsData>} Fonts, encodings and the advanced font
- * settings extension URL.
+ * @return {!Promise<!FontsData>} Fonts and the advanced font settings
+ * extension URL.
*/
fetchFontsData: assertNotReached,
« no previous file with comments | « no previous file | chrome/browser/ui/webui/settings/font_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698