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

Unified Diff: chrome/browser/ui/views/notifications/balloon_view_views.cc

Issue 16871010: Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: chrome/browser/ui/views/notifications/balloon_view_views.cc
diff --git a/chrome/browser/ui/views/notifications/balloon_view_views.cc b/chrome/browser/ui/views/notifications/balloon_view_views.cc
index 8d7dda01f537a72671af55614b5cc233b5e3ebeb..dc608c0aa068fe9f40d159a15d143970c25b5e12 100644
--- a/chrome/browser/ui/views/notifications/balloon_view_views.cc
+++ b/chrome/browser/ui/views/notifications/balloon_view_views.cc
@@ -94,10 +94,7 @@ BalloonViewImpl::BalloonViewImpl(BalloonCollection* collection)
collection_(collection),
frame_container_(NULL),
html_container_(NULL),
- html_contents_(NULL),
close_button_(NULL),
- animation_(NULL),
- options_menu_model_(NULL),
options_menu_button_(NULL),
enable_web_ui_(false),
closed_by_user_(false) {

Powered by Google App Engine
This is Rietveld 408576698