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

Unified Diff: chrome/browser/ui/webui/version_ui.cc

Issue 11962031: Move a few non-common css files out of chrome\browser\resources\shared\css. This is in anticipation… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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
« no previous file with comments | « chrome/browser/ui/webui/about_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/version_ui.cc
===================================================================
--- chrome/browser/ui/webui/version_ui.cc (revision 177063)
+++ chrome/browser/ui/webui/version_ui.cc (working copy)
@@ -120,6 +120,7 @@
html_source->set_use_json_js_format_v2();
html_source->set_json_path("strings.js");
html_source->add_resource_path("version.js", IDR_ABOUT_VERSION_JS);
+ html_source->add_resource_path("about_version.css", IDR_ABOUT_VERSION_CSS);
html_source->set_default_resource(IDR_ABOUT_VERSION_HTML);
return html_source;
}
« no previous file with comments | « chrome/browser/ui/webui/about_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698