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

Unified Diff: blimp/client/public/android/java/src/org/chromium/blimp_public/contents/BlimpContents.java

Issue 2292723003: Move remaining Blimp feature code to core. (Closed)
Patch Set: Fix build break Created 4 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 | « blimp/client/feature/settings_feature.cc ('k') | blimp/client/public/blimp_client_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/public/android/java/src/org/chromium/blimp_public/contents/BlimpContents.java
diff --git a/blimp/client/public/android/java/src/org/chromium/blimp_public/contents/BlimpContents.java b/blimp/client/public/android/java/src/org/chromium/blimp_public/contents/BlimpContents.java
index 4cea10f78df254624c2f876fae19b7080edfb247..9ef13580e4cd84682c683c1474040710192a7421 100644
--- a/blimp/client/public/android/java/src/org/chromium/blimp_public/contents/BlimpContents.java
+++ b/blimp/client/public/android/java/src/org/chromium/blimp_public/contents/BlimpContents.java
@@ -13,7 +13,7 @@ package org.chromium.blimp_public.contents;
*/
public interface BlimpContents {
/**
- * Retrives the {@link BlimpNavigationController} that controls all navigation related
+ * Retrieves the {@link BlimpNavigationController} that controls all navigation related
* to this BlimpContents.
*/
BlimpNavigationController getNavigationController();
@@ -33,4 +33,14 @@ public interface BlimpContents {
* garbage collected.
*/
void destroy();
+
+ /**
+ * Shows this BlimpContents.
+ */
+ void show();
+
+ /**
+ * Hide this BlimpContents.
+ */
+ void hide();
}
« no previous file with comments | « blimp/client/feature/settings_feature.cc ('k') | blimp/client/public/blimp_client_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698