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

Unified Diff: chromecast/browser/cast_browser_main_parts.cc

Issue 739013002: Remove chromecast::InitializeWebUI() not used any more. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | chromecast/browser/webui/webui_cast.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_browser_main_parts.cc
diff --git a/chromecast/browser/cast_browser_main_parts.cc b/chromecast/browser/cast_browser_main_parts.cc
index cb07200364673f26af1df93470b62a1d5550551f..3a47b85d05e6042309bca142cfbf8bb9fd480328 100644
--- a/chromecast/browser/cast_browser_main_parts.cc
+++ b/chromecast/browser/cast_browser_main_parts.cc
@@ -142,8 +142,6 @@ void CastBrowserMainParts::PreMainMessageLoopRun() {
cast_browser_process_->SetRemoteDebuggingServer(new RemoteDebuggingServer());
- InitializeWebUI();
-
cast_browser_process_->SetCastService(CastService::Create(
cast_browser_process_->browser_context(),
url_request_context_factory_->GetSystemGetter(),
« no previous file with comments | « no previous file | chromecast/browser/webui/webui_cast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698