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

Unified Diff: android_webview/native/aw_web_contents_delegate.h

Issue 865613002: Reduce duplicated code in AwWebContentsDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: android_webview/native/aw_web_contents_delegate.h
diff --git a/android_webview/native/aw_web_contents_delegate.h b/android_webview/native/aw_web_contents_delegate.h
index 1346267e06ee99a14e860f90a04839e13f0ca659..8a17a3e0127849baeed60504b55847c1bbb5acb8 100644
--- a/android_webview/native/aw_web_contents_delegate.h
+++ b/android_webview/native/aw_web_contents_delegate.h
@@ -61,8 +61,6 @@ class AwWebContentsDelegate
const content::WebContents* web_contents) const override;
private:
- void ToggleFullscreenModeForTab(content::WebContents* web_contents,
- bool enter_fullscreen);
bool is_fullscreen_;
};

Powered by Google App Engine
This is Rietveld 408576698