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

Unified Diff: chrome/browser/chromeos/notifications/balloon_view.h

Issue 8585011: Make html_contents_ in BallonViewImpl scoped_ptr. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: will land suppression separately Created 9 years, 1 month 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 | chrome/browser/chromeos/notifications/balloon_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/notifications/balloon_view.h
diff --git a/chrome/browser/chromeos/notifications/balloon_view.h b/chrome/browser/chromeos/notifications/balloon_view.h
index eb6840eb30241485e1f3e1aa925a0d8c1cc789d8..879f4f45605c68a4a311d2a3d146cf5c6d056a88 100644
--- a/chrome/browser/chromeos/notifications/balloon_view.h
+++ b/chrome/browser/chromeos/notifications/balloon_view.h
@@ -99,8 +99,8 @@ class BalloonViewImpl : public BalloonView,
// Non-owned pointer to the balloon which owns this object.
Balloon* balloon_;
- // The renderer of the HTML contents. Pointer owned by the views hierarchy.
- BalloonViewHost* html_contents_;
+ // The renderer of the HTML contents.
+ scoped_ptr<BalloonViewHost> html_contents_;
// A widget for ControlView.
scoped_ptr<views::Widget> control_view_host_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/notifications/balloon_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698