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

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

Issue 1008913002: Remove RenderViewHost parameter from WebContentsObserver::Did{Start|Stop}Loading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android + Review comments Created 5 years, 9 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: extensions/browser/guest_view/web_view/web_view_guest.h
diff --git a/extensions/browser/guest_view/web_view/web_view_guest.h b/extensions/browser/guest_view/web_view/web_view_guest.h
index 2612c419eea275bf6403e154f0eef18da2bd121a..a1089baf507b5e9a1817465263fc626d01cf2369 100644
--- a/extensions/browser/guest_view/web_view/web_view_guest.h
+++ b/extensions/browser/guest_view/web_view/web_view_guest.h
@@ -97,7 +97,7 @@ class WebViewGuest : public GuestView<WebViewGuest>,
void DidAttachToEmbedder() override;
void DidDropLink(const GURL& url) override;
void DidInitialize(const base::DictionaryValue& create_params) override;
- void DidStopLoading() override;
+ void GuestViewDidStopLoading() override;
void EmbedderWillBeDestroyed() override;
const char* GetAPINamespace() const override;
int GetTaskPrefix() const override;

Powered by Google App Engine
This is Rietveld 408576698