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

Unified Diff: chromecast/browser/android/cast_window_manager.h

Issue 2570623003: [Chromecast] Turn CastContentWindow into an abstract interface. (Closed)
Patch Set: Fix browser test Created 3 years, 11 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/android/cast_window_manager.h
diff --git a/chromecast/browser/android/cast_window_manager.h b/chromecast/browser/android/cast_window_manager.h
deleted file mode 100644
index 32fac5e0953669cb0f11f2f2a3e62bc46421ba9c..0000000000000000000000000000000000000000
--- a/chromecast/browser/android/cast_window_manager.h
+++ /dev/null
@@ -1,31 +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_ANDROID_CAST_WINDOW_MANAGER_H_
-#define CHROMECAST_BROWSER_ANDROID_CAST_WINDOW_MANAGER_H_
-
-#include <jni.h>
-
-#include "base/android/jni_android.h"
-#include "base/android/scoped_java_ref.h"
-
-class CastWindowAndroid;
-
-namespace chromecast {
-namespace shell {
-
-// Given a CastWindowAndroid instance, creates and returns a Java wrapper.
-base::android::ScopedJavaLocalRef<jobject>
-CreateCastWindowView(CastWindowAndroid* shell);
-
-// Closes a previously created Java wrapper.
-void CloseCastWindowView(jobject shell_wrapper);
-
-// Registers the CastWindowManager native methods.
-bool RegisterCastWindowManager(JNIEnv* env);
-
-} // namespace shell
-} // namespace chromecast
-
-#endif // CHROMECAST_BROWSER_ANDROID_CAST_WINDOW_MANAGER_H_
« no previous file with comments | « chromecast/browser/android/cast_window_android.cc ('k') | chromecast/browser/android/cast_window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698