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

Unified Diff: components/guest_view/browser/test_guest_view_manager.h

Issue 1232603002: This patch improves the way that GuestViewManager tracks the destruction of GuestView embedders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comment by kalman@. Created 5 years, 5 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: components/guest_view/browser/test_guest_view_manager.h
diff --git a/components/guest_view/browser/test_guest_view_manager.h b/components/guest_view/browser/test_guest_view_manager.h
index 76f0cd7e98d1eaef182c1ea79432221dabba8239..f3ffe9879e7dacd71d65f07afadd910a73a55f08 100644
--- a/components/guest_view/browser/test_guest_view_manager.h
+++ b/components/guest_view/browser/test_guest_view_manager.h
@@ -74,7 +74,7 @@ class TestGuestViewManager : public GuestViewManager {
void AddGuest(int guest_instance_id,
content::WebContents* guest_web_contents) override;
void RemoveGuest(int guest_instance_id) override;
- void EmbedderWillBeDestroyed(int embedder_process_id) override;
+ void EmbedderProcessDestroyed(int embedder_process_id) override;
void ViewGarbageCollected(int embedder_process_id,
int view_instance_id) override;
« no previous file with comments | « components/guest_view/browser/guest_view_manager.cc ('k') | components/guest_view/browser/test_guest_view_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698