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

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

Issue 2590253002: Implementing Win 10 FRE visual design tweaks requested by first UX pass. (Closed)
Patch Set: Replying to dbeam comments Created 3 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/resources/welcome/win10/sectioned.html ('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/welcome_win10_ui.cc
diff --git a/chrome/browser/ui/webui/welcome_win10_ui.cc b/chrome/browser/ui/webui/welcome_win10_ui.cc
index 9d382f6296cd1266d878bb0cd00bdffb5b1b8a78..714c44bcd1ed48b05f29cd80e9dd5c0817a9b2b6 100644
--- a/chrome/browser/ui/webui/welcome_win10_ui.cc
+++ b/chrome/browser/ui/webui/welcome_win10_ui.cc
@@ -117,11 +117,8 @@ WelcomeWin10UI::WelcomeWin10UI(content::WebUI* web_ui, const GURL& url)
html_source->SetDefaultResource(IDR_WELCOME_WIN10_SECTIONED_HTML);
}
- // Logo images of all scales.
- html_source->AddResourcePath("logo-small.png", IDR_PRODUCT_LOGO_32);
- html_source->AddResourcePath("logo-small2x.png", IDR_PRODUCT_LOGO_64);
- html_source->AddResourcePath("logo-large.png", IDR_PRODUCT_LOGO_64);
- html_source->AddResourcePath("logo-large2x.png", IDR_PRODUCT_LOGO_128);
+ html_source->AddResourcePath("logo-small.png", IDR_PRODUCT_LOGO_64);
+ html_source->AddResourcePath("logo-large.png", IDR_PRODUCT_LOGO_128);
content::WebUIDataSource::Add(profile, html_source);
}
« no previous file with comments | « chrome/browser/resources/welcome/win10/sectioned.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698