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

Unified Diff: ui/gfx/android/window_android.h

Issue 14169011: [Android] Rename NativeWindow to WindowAndroid. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Return Activity context for now Created 7 years, 8 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 | « ui/android/window_android.cc ('k') | ui/gfx/android/window_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/android/window_android.h
diff --git a/ui/gfx/android/window_android.h b/ui/gfx/android/window_android.h
deleted file mode 100644
index 12d541d9f202300170d4016594c78c8ca3813737..0000000000000000000000000000000000000000
--- a/ui/gfx/android/window_android.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// Copyright (c) 2012 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 UI_GFX_ANDROID_WINDOW_ANDROID_H_
-#define UI_GFX_ANDROID_WINDOW_ANDROID_H_
-
-#include <jni.h>
-#include "base/android/jni_helper.h"
-#include "base/android/scoped_java_ref.h"
-#include "ui/base/ui_export.h"
-
-namespace ui {
-
-// Android implementation of the activity window.
-class UI_EXPORT WindowAndroid {
- public:
- WindowAndroid(JNIEnv* env, jobject obj);
-
- void Destroy(JNIEnv* env, jobject obj);
-
- base::android::ScopedJavaLocalRef<jobject> GetJavaObject();
-
- static bool RegisterWindowAndroid(JNIEnv* env);
-
- private:
- ~WindowAndroid();
-
- JavaObjectWeakGlobalRef weak_java_window_;
-
- DISALLOW_COPY_AND_ASSIGN(WindowAndroid);
-};
-
-} // namespace ui
-
-#endif // UI_GFX_ANDROID_WINDOW_ANDROID_H_
« no previous file with comments | « ui/android/window_android.cc ('k') | ui/gfx/android/window_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698