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

Unified Diff: chrome/browser/browser_resources.grd

Issue 2789663003: Cleanup Tool WebUI: Add browser_proxy javascript class (Closed)
Patch Set: Created 3 years, 9 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/browser_resources.grd
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index f0ffb11e328eccf9ed0abb80d7f5c45850cb1055..3eeca288fbef5478f9372efd4d2b30ff6630ad14 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -16,6 +16,10 @@
<if expr="is_win">
<structure name="IDR_CLEANUP_TOOL_HTML"
file="resources\cleanup_tool\cleanup.html" type="chrome_html" />
+ <structure name="IDR_CLEANUP_TOOL_BROWSER_PROXY_HTML"
+ file="resources\cleanup_tool\cleanup_browser_proxy.html" type="chrome_html" />
+ <structure name="IDR_CLEANUP_TOOL_BROWSER_PROXY_JS"
+ file="resources\cleanup_tool\cleanup_browser_proxy.js" type="chrome_html" />
<structure name="IDR_CLEANUP_TOOL_TOOLBAR_HTML"
file="resources\cleanup_tool\toolbar.html" type="chrome_html" />
<structure name="IDR_CLEANUP_TOOL_TOOLBAR_JS"

Powered by Google App Engine
This is Rietveld 408576698