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

Unified Diff: chrome/browser/ui/webui/media_router/media_router_resources_provider.cc

Issue 1134463008: Use core/paper elements in media-router-container. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 7 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/media_router/media_router.css ('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/media_router/media_router_resources_provider.cc
diff --git a/chrome/browser/ui/webui/media_router/media_router_resources_provider.cc b/chrome/browser/ui/webui/media_router/media_router_resources_provider.cc
index 9e15af44f6b35cb7c3d630fc193238ccfa47c779..a70ef0f90ae60b8902c75b3e3278c98e80157763 100644
--- a/chrome/browser/ui/webui/media_router/media_router_resources_provider.cc
+++ b/chrome/browser/ui/webui/media_router/media_router_resources_provider.cc
@@ -10,10 +10,6 @@
namespace {
void AddIcons(content::WebUIDataSource* html_source) {
- html_source->AddResourcePath("elements/icon/close-gray.png",
- IDR_CLOSE_GRAY_ICON);
- html_source->AddResourcePath("elements/icon/close-gray2x.png",
- IDR_CLOSE_GRAY_2X_ICON);
html_source->AddResourcePath("elements/icon/drop-down-arrow.png",
IDR_DROP_DOWN_ARROW_ICON);
html_source->AddResourcePath("elements/icon/drop-down-arrow2x.png",
« no previous file with comments | « chrome/browser/resources/media_router/media_router.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698