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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engine_dialog.js

Issue 2112033002: [MD settings] closure compilation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/settings/search_engines_page/search_engine_dialog.js
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.js b/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.js
index a1a44946e9c2b6bb1c15ea9b8e4360311634c24e..ae28c04a30b49db5bae59c14dc2e7c36fcbddf18 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.js
+++ b/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.js
@@ -33,7 +33,7 @@ Polymer({
actionButtonText_: String,
},
- /** @private {!settings.SearchEnginesBrowserProxy} */
+ /** @private {settings.SearchEnginesBrowserProxy} */
tommycli 2016/06/30 21:29:42 Same here, if the type is changed to the Impl type
browserProxy_: null,
/**

Powered by Google App Engine
This is Rietveld 408576698