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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2233443002: MD Settings: implement metrics reporting checkbox on desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@desktop-uma
Patch Set: remove 2 using Created 4 years, 4 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/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index 4b8d332d9f1e40ab151a8a63e3e0b65882a1c53d..83cbab8dea0b79a2d83102fe2c1affc23931d0cd 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -712,14 +712,13 @@
file="privacy_page/privacy_page.js"
flattenhtml="true"
type="chrome_html" />
- <if expr="is_win or is_macosx">
- <structure name="IDR_SETTINGS_PRIVACY_PAGE_BROWSER_PROXY_HTML"
- file="privacy_page/privacy_page_browser_proxy.html"
- type="chrome_html" />
- <structure name="IDR_SETTINGS_PRIVACY_PAGE_BROWSER_PROXY_JS"
- file="privacy_page/privacy_page_browser_proxy.js"
- type="chrome_html" />
- </if>
+ <structure name="IDR_SETTINGS_PRIVACY_PAGE_BROWSER_PROXY_HTML"
+ file="privacy_page/privacy_page_browser_proxy.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_PRIVACY_PAGE_BROWSER_PROXY_JS"
+ file="privacy_page/privacy_page_browser_proxy.js"
+ preprocess="true"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_PROTOCOL_HANDLERS_HTML"
file="site_settings/protocol_handlers.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698