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

Unified Diff: chromecast/browser/devtools/cast_dev_tools_delegate.cc

Issue 690723005: Chromecast: removes devtools resources from bundle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make help text static Created 6 years, 2 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: chromecast/browser/devtools/cast_dev_tools_delegate.cc
diff --git a/chromecast/browser/devtools/cast_dev_tools_delegate.cc b/chromecast/browser/devtools/cast_dev_tools_delegate.cc
index aaf97bfd8e8a02a2142546b648ebcb035f62e871..354e384e228945220c1f121f48573c0c5cd77f93 100644
--- a/chromecast/browser/devtools/cast_dev_tools_delegate.cc
+++ b/chromecast/browser/devtools/cast_dev_tools_delegate.cc
@@ -110,11 +110,7 @@ std::string CastDevToolsDelegate::GetDiscoveryPageHTML() {
}
bool CastDevToolsDelegate::BundlesFrontendResources() {
-#if defined(OS_ANDROID)
return false;
-#else
- return true;
-#endif // defined(OS_ANDROID)
}
base::FilePath CastDevToolsDelegate::GetDebugFrontendDir() {
« no previous file with comments | « chromecast/app/resources/shell_devtools_discovery_page.html ('k') | chromecast/browser/devtools/remote_debugging_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698