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

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

Issue 23447013: Updated cloud devices page to have more general UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/local_discovery/local_discovery.js ('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 b5ee20ac1df07df9e6e1ea8814ac9cb577f7d469..30847219d9a35cb1ca4172bdc9bec93869956c53 100644
--- a/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
+++ b/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
@@ -22,6 +22,7 @@ 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("printer.png", IDR_LOCAL_DISCOVERY_PRINTER_PNG);
source->SetUseJsonJSFormatV2();
source->AddLocalizedString("serviceRegister",
@@ -43,10 +44,6 @@ content::WebUIDataSource* CreateLocalDiscoveryHTMLSource() {
IDS_LOCAL_DISCOVERY_ADDING_PRINTER_MESSAGE1);
source->AddLocalizedString("addingMessage2",
IDS_LOCAL_DISCOVERY_ADDING_PRINTER_MESSAGE2);
- source->AddLocalizedString("registeredDevicesTitle",
- IDS_LOCAL_DISCOVERY_REGISTERED_DEVICES_TITLE);
- source->AddLocalizedString("unregisteredDevicesTitle",
- IDS_LOCAL_DISCOVERY_UNREGISTERED_DEVICES_TITLE);
source->AddLocalizedString("devicesTitle",
IDS_LOCAL_DISCOVERY_DEVICES_PAGE_TITLE);
source->AddLocalizedString("noDescription",
« no previous file with comments | « chrome/browser/resources/local_discovery/local_discovery.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698