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

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

Issue 182213002: Remove a duplicate include of about_welcome_android.css (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove image duplication Created 6 years, 10 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/ui/webui/welcome_ui_android.cc
diff --git a/chrome/browser/ui/webui/welcome_ui_android.cc b/chrome/browser/ui/webui/welcome_ui_android.cc
index 18946697ceea2a48c641352959833f485f6155b4..9bb434e1850f4388754a9e97b01f2fa80c5d6e54 100644
--- a/chrome/browser/ui/webui/welcome_ui_android.cc
+++ b/chrome/browser/ui/webui/welcome_ui_android.cc
@@ -65,10 +65,6 @@ WelcomeUI::WelcomeUI(content::WebUI* web_ui)
// Add required resources.
html_source->SetJsonPath("strings.js");
- html_source->AddResourcePath("about_welcome_android.css",
- IDR_ABOUT_WELCOME_CSS);
- html_source->AddResourcePath("about_welcome_android.js",
- IDR_ABOUT_WELCOME_JS);
html_source->SetDefaultResource(IDR_ABOUT_WELCOME_HTML);
Profile* profile = Profile::FromWebUI(web_ui);

Powered by Google App Engine
This is Rietveld 408576698