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

Unified Diff: blimp/client/public/contents/blimp_contents.h

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/public/blimp_client_context.h ('k') | blimp/client/session/blimp_client_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/public/contents/blimp_contents.h
diff --git a/blimp/client/public/contents/blimp_contents.h b/blimp/client/public/contents/blimp_contents.h
index 0b41f566ac2e2a0bac4b2b4fc162b66ab897ec6e..9d949d3a5947491beffe87e5be3d0abed2d66b48 100644
--- a/blimp/client/public/contents/blimp_contents.h
+++ b/blimp/client/public/contents/blimp_contents.h
@@ -39,6 +39,11 @@ class BlimpContents : public base::SupportsUserData {
// Returns the native view that holds the contents of this tab.
virtual gfx::NativeView GetNativeView() = 0;
+ // Will cause this BlimpContents and the remote contents to show and start or
+ // stop rendering content respectively.
+ virtual void Show() = 0;
+ virtual void Hide() = 0;
+
#if defined(OS_ANDROID)
// Returns a Java object of the type BlimpContents for the given
// BlimpContents.
« no previous file with comments | « blimp/client/public/blimp_client_context.h ('k') | blimp/client/session/blimp_client_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698