| 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.
|
|
|