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

Unified Diff: content/shell/android/java/src/org/chromium/content_shell/ShellManager.java

Issue 10962002: Adding NativeWindow base class with no activity. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deleted whitespace in OWNERS Created 8 years, 3 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: content/shell/android/java/src/org/chromium/content_shell/ShellManager.java
diff --git a/content/shell/android/java/src/org/chromium/content_shell/ShellManager.java b/content/shell/android/java/src/org/chromium/content_shell/ShellManager.java
index f4bb2d6c9a0b3d4a389e5a2cb254b87275cc16d0..d41081bb0177849e0766112937adbd45c1109f50 100644
--- a/content/shell/android/java/src/org/chromium/content_shell/ShellManager.java
+++ b/content/shell/android/java/src/org/chromium/content_shell/ShellManager.java
@@ -65,6 +65,13 @@ public class ShellManager extends FrameLayout {
}
/**
+ * @return The window used to generate all shells.
+ */
+ public NativeWindow getWindow() {
+ return mWindow;
+ }
+
+ /**
* Sets the startup URL for new shell windows.
*/
public void setStartupUrl(String url) {
« no previous file with comments | « content/shell/android/java/src/org/chromium/content_shell/ContentShellActivity.java ('k') | ui/android/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698