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

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

Issue 1641563002: Remove linked_ptr usage in //base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase, really Created 4 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 | « components/guest_view/browser/guest_view_base.cc ('k') | components/guest_view/browser/guest_view_event.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_event.h
diff --git a/components/guest_view/browser/guest_view_event.h b/components/guest_view/browser/guest_view_event.h
index efd1af4f29ae40c95ed1065184429a86e99aa7f9..8a4d63793c33034d14ab4c382b5412a2777cd2d1 100644
--- a/components/guest_view/browser/guest_view_event.h
+++ b/components/guest_view/browser/guest_view_event.h
@@ -26,8 +26,7 @@ class GuestViewEvent {
~GuestViewEvent();
// This method will dispatch the event to the specified |guest|'s embedder and
- // use the provided |instance_id| for routing. After dispatch, this object
- // will self-destruct.
+ // use the provided |instance_id| for routing.
void Dispatch(GuestViewBase* guest, int instance_id);
private:
« no previous file with comments | « components/guest_view/browser/guest_view_base.cc ('k') | components/guest_view/browser/guest_view_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698