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

Unified Diff: chrome/browser/ui/toolbar/origin_chip_info.cc

Issue 195983023: Enable devices page UI on MacOSX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_dcheck
Patch Set: Created 6 years, 9 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/toolbar/origin_chip_info.cc
diff --git a/chrome/browser/ui/toolbar/origin_chip_info.cc b/chrome/browser/ui/toolbar/origin_chip_info.cc
index c5a487ef8579899460a5cc499eb9d0a88f9c9965..c675fe53df1efe507bf5abd574946a8e38cc7716 100644
--- a/chrome/browser/ui/toolbar/origin_chip_info.cc
+++ b/chrome/browser/ui/toolbar/origin_chip_info.cc
@@ -49,10 +49,10 @@ int StringForChromeHost(const GURL& url) {
return IDS_COMPONENTS_TITLE;
if (host == chrome::kChromeUICrashesHost)
return IDS_CRASHES_TITLE;
-#if defined(ENABLE_MDNS)
+#if defined(ENABLE_SERVICE_DISCOVERY)
if (host == chrome::kChromeUIDevicesHost)
return IDS_LOCAL_DISCOVERY_DEVICES_PAGE_TITLE;
-#endif // ENABLE_MDNS
+#endif // ENABLE_SERVICE_DISCOVERY
if (host == chrome::kChromeUIDownloadsHost)
return IDS_DOWNLOAD_TITLE;
if (host == chrome::kChromeUIExtensionsHost)
« no previous file with comments | « chrome/browser/resources/options/browser_options.html ('k') | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698