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

Unified Diff: extensions/browser/guest_view/guest_view_base.h

Issue 880983006: GuestView: Show status bubbles in browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only call ForEachGuest if a GuestViewManager exists 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
« no previous file with comments | « chrome/browser/ui/tab_contents/core_tab_helper.cc ('k') | extensions/browser/guest_view/guest_view_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/guest_view_base.h
diff --git a/extensions/browser/guest_view/guest_view_base.h b/extensions/browser/guest_view/guest_view_base.h
index daa12064e600d5d2f042acb08abde144aa05e645..0bf56d782731d77db210924013d65ae1033da7b6 100644
--- a/extensions/browser/guest_view/guest_view_base.h
+++ b/extensions/browser/guest_view/guest_view_base.h
@@ -301,10 +301,15 @@ class GuestViewBase : public content::BrowserPluginGuestDelegate,
// WebContentsDelegate implementation.
void ActivateContents(content::WebContents* contents) final;
void DeactivateContents(content::WebContents* contents) final;
+ void ContentsMouseEvent(content::WebContents* source,
+ const gfx::Point& location,
+ bool motion) override;
void ContentsZoomChange(bool zoom_in) override;
void HandleKeyboardEvent(
content::WebContents* source,
const content::NativeWebKeyboardEvent& event) override;
+ void LoadingStateChanged(content::WebContents* source,
+ bool to_different_document) final;
void RunFileChooser(content::WebContents* web_contents,
const content::FileChooserParams& params) override;
bool ShouldFocusPageAfterCrash() final;
@@ -312,6 +317,7 @@ class GuestViewBase : public content::BrowserPluginGuestDelegate,
const blink::WebGestureEvent& event) final;
void UpdatePreferredSize(content::WebContents* web_contents,
const gfx::Size& pref_size) final;
+ void UpdateTargetURL(content::WebContents* source, const GURL& url) override;
private:
class OwnerLifetimeObserver;
« no previous file with comments | « chrome/browser/ui/tab_contents/core_tab_helper.cc ('k') | extensions/browser/guest_view/guest_view_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698