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

Unified Diff: chromecast/browser/service/cast_service_android.h

Issue 1327723002: [Chromecast] Raises CastService creation to CastContentBrowserClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: removed unnecessary include Created 5 years, 4 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 | « chromecast/browser/service/cast_service.cc ('k') | chromecast/browser/service/cast_service_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/service/cast_service_android.h
diff --git a/chromecast/browser/service/cast_service_android.h b/chromecast/browser/service/cast_service_android.h
deleted file mode 100644
index 91baf34996002c3845dbe1bf677b8e4d4ace9fc9..0000000000000000000000000000000000000000
--- a/chromecast/browser/service/cast_service_android.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROMECAST_BROWSER_SERVICE_CAST_SERVICE_ANDROID_H_
-#define CHROMECAST_BROWSER_SERVICE_CAST_SERVICE_ANDROID_H_
-
-#include "base/macros.h"
-#include "chromecast/browser/service/cast_service.h"
-
-namespace chromecast {
-
-class CastServiceAndroid : public CastService {
- public:
- CastServiceAndroid(content::BrowserContext* browser_context,
- PrefService* pref_service,
- metrics::CastMetricsServiceClient* metrics_service_client);
- ~CastServiceAndroid() override;
-
- protected:
- // CastService implementation.
- void InitializeInternal() override;
- void FinalizeInternal() override;
- void StartInternal() override;
- void StopInternal() override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(CastServiceAndroid);
-};
-
-} // namespace chromecast
-
-#endif // CHROMECAST_BROWSER_SERVICE_CAST_SERVICE_ANDROID_H_
« no previous file with comments | « chromecast/browser/service/cast_service.cc ('k') | chromecast/browser/service/cast_service_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698