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

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

Issue 2848723002: Use a weak pointer when binding GuestViewBase::DidAttach. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | components/guest_view/browser/guest_view_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/guest_view/browser/guest_view_message_filter.h
diff --git a/components/guest_view/browser/guest_view_message_filter.h b/components/guest_view/browser/guest_view_message_filter.h
index 7c271d8a98c1dd3fe414f768218284f8bc85f72c..1a24bf2cacdd29e52b76c47bf823c4d24c5bea6c 100644
--- a/components/guest_view/browser/guest_view_message_filter.h
+++ b/components/guest_view/browser/guest_view_message_filter.h
@@ -23,7 +23,6 @@ class BrowserContext;
}
namespace guest_view {
-class GuestViewBase;
class GuestViewManager;
// This class filters out incoming GuestView-specific IPC messages from the
@@ -75,8 +74,6 @@ class GuestViewMessageFilter : public content::BrowserMessageFilter {
void OnViewCreated(int view_instance_id, const std::string& view_type);
void OnViewGarbageCollected(int view_instance_id);
- void WillAttachCallback(GuestViewBase* guest);
-
DISALLOW_COPY_AND_ASSIGN(GuestViewMessageFilter);
};
« no previous file with comments | « no previous file | components/guest_view/browser/guest_view_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698