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

Unified Diff: extensions/browser/guest_view/web_view/web_view_guest_delegate.h

Issue 690373002: Revert of WebView Guest should use ZOOM_MODE_ISOLATED. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Manual 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
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_guest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/web_view/web_view_guest_delegate.h
diff --git a/extensions/browser/guest_view/web_view/web_view_guest_delegate.h b/extensions/browser/guest_view/web_view/web_view_guest_delegate.h
index 5dee1c4819ba5654454013d29e8a92d81cb463fc..d6aea29002934a8f6456caef0fbaa24ffbddc95d 100644
--- a/extensions/browser/guest_view/web_view/web_view_guest_delegate.h
+++ b/extensions/browser/guest_view/web_view/web_view_guest_delegate.h
@@ -53,9 +53,6 @@ class WebViewGuestDelegate {
virtual void OnDocumentLoadedInFrame(
content::RenderFrameHost* render_frame_host) = 0;
- // Called immediately after the guest WebContents is ready.
- virtual void OnGuestReady() = 0;
-
// Called before the embedder is destroyed.
virtual void OnEmbedderWillBeDestroyed() = 0;
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_guest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698