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

Unified Diff: content/browser/renderer_host/render_widget_host_view_android.h

Issue 652673002: NOT FOR REVIEW: Modify ToggleFullscreenMode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fixPowerBlockerNonMedia
Patch Set: Rebase Created 6 years, 2 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/browser/renderer_host/render_widget_host_view_android.h
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
index cdba59fe164fd7c31cda38ca49074f7a91bf6e6c..5bfc9d8c97b1cceff73bb142c1f748753cb1b493 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -257,10 +257,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
TextSurroundingSelectionCallback;
void SetTextSurroundingSelectionCallback(
const TextSurroundingSelectionCallback& callback);
-
- void OnDidEnterFullscreen();
- void OnDidExitFullscreen();
-
private:
// TouchSelectionControllerClient implementation.
virtual bool SupportsAnimation() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698