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

Unified Diff: chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc

Issue 2576233005: Remove some unused resources. (Closed)
Patch Set: flatten Created 4 years 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/views/toolbar/browser_actions_container.h ('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/local_discovery/local_discovery_ui.cc
diff --git a/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc b/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
index 130f1d511ef1ef562e0956269e08d98534d7acf6..d70e8efd0de533cd4c06ec0246b1344d326c072c 100644
--- a/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
+++ b/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
@@ -29,8 +29,6 @@ content::WebUIDataSource* CreateLocalDiscoveryHTMLSource() {
source->SetDefaultResource(IDR_LOCAL_DISCOVERY_HTML);
source->AddResourcePath("local_discovery.css", IDR_LOCAL_DISCOVERY_CSS);
source->AddResourcePath("local_discovery.js", IDR_LOCAL_DISCOVERY_JS);
- source->AddResourcePath("device.png", IDR_LOCAL_DISCOVERY_DEVICE_PNG);
- source->AddResourcePath("printer.png", IDR_LOCAL_DISCOVERY_PRINTER_PNG);
source->AddLocalizedString("serviceRegister",
IDS_LOCAL_DISCOVERY_SERVICE_REGISTER);
« no previous file with comments | « chrome/browser/ui/views/toolbar/browser_actions_container.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698