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

Unified Diff: chromecast/browser/cast_browser_main_parts.cc

Issue 2553173004: Remove PlatformClientAuth interface from upstream. (Closed)
Patch Set: 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 | « no previous file | chromecast/common/BUILD.gn » ('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 d098b063e22e7e5eed15cac013c518ba6368119a..1fab3cfd1734e15f4c053d2bce6411cf6e52a9b7 100644
--- a/chromecast/browser/cast_browser_main_parts.cc
+++ b/chromecast/browser/cast_browser_main_parts.cc
@@ -40,7 +40,6 @@
#include "chromecast/browser/pref_service_helper.h"
#include "chromecast/browser/url_request_context_factory.h"
#include "chromecast/chromecast_features.h"
-#include "chromecast/common/platform_client_auth.h"
#include "chromecast/media/base/key_systems_common.h"
#include "chromecast/media/base/media_resource_tracker.h"
#include "chromecast/media/base/video_plane_controller.h"
@@ -449,9 +448,6 @@ void CastBrowserMainParts::PreMainMessageLoopRun() {
cast_browser_process_->browser_context())->
GetURLRequestContext()));
- if (!PlatformClientAuth::Initialize())
- LOG(ERROR) << "PlatformClientAuth::Initialize failed.";
-
cast_browser_process_->SetRemoteDebuggingServer(
base::MakeUnique<RemoteDebuggingServer>(
cast_browser_process_->browser_client()
« no previous file with comments | « no previous file | chromecast/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698