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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engine_entry.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_entry.js
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.js b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.js
index 037dd9e8f13cf496ef26f7339526be0551788d70..71089543be2dc923c87f6776eb5f163425eba784 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.js
+++ b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.js
@@ -24,7 +24,7 @@ Polymer({
},
},
- /** @private {!settings.SearchEnginesBrowserProxy} */
+ /** @private {settings.SearchEnginesBrowserProxy} */
tommycli 2016/06/30 21:29:43 and here
browserProxy_: null,
/** @override */

Powered by Google App Engine
This is Rietveld 408576698