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

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

Issue 1814703004: MD Settings: implement "RESTART" button for hardware acceleration to take effect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 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/resources/settings/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index fecce4ed622bee33a2fe68bb52755432d171e43c..0925a0fbe144be8f43433a9a4a17babf53047387 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -623,11 +623,11 @@
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />
- <structure name="IDR_SETTINGS_SYSTEM_PAGE_DELEGATE_HTML"
- file="system_page/system_page_delegate.html"
+ <structure name="IDR_SETTINGS_SYSTEM_PAGE_BROWSER_PROXY_HTML"
+ file="system_page/system_page_browser_proxy.html"
type="chrome_html" />
- <structure name="IDR_SETTINGS_SYSTEM_PAGE_DELEGATE_JS"
- file="system_page/system_page_delegate.js"
+ <structure name="IDR_SETTINGS_SYSTEM_PAGE_BROWSER_PROXY"
+ file="system_page/system_page_browser_proxy.js"
type="chrome_html" />
<structure name="IDR_SETTINGS_SYSTEM_PAGE_HTML"
file="system_page/system_page.html"

Powered by Google App Engine
This is Rietveld 408576698