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

Unified Diff: chrome/browser/views/browser_bubble.h

Issue 211027: Change BrowserBubble to use Close instead of CloseNow. This should make (Closed)
Patch Set: gtk Created 11 years, 3 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 | chrome/browser/views/browser_bubble.cc » ('j') | chrome/browser/views/browser_bubble_gtk.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/browser_bubble.h
diff --git a/chrome/browser/views/browser_bubble.h b/chrome/browser/views/browser_bubble.h
index 03e9377448b86eddd32a077f5c7eebec68c8a4a6..ed03fa010620f012b15ae573ff7cf0f78c630903 100644
--- a/chrome/browser/views/browser_bubble.h
+++ b/chrome/browser/views/browser_bubble.h
@@ -90,7 +90,7 @@ class BrowserBubble {
views::View* view_;
// The widget that this bubble is in.
- scoped_ptr<views::Widget> popup_;
+ views::Widget* popup_;
// The bounds relative to the frame.
gfx::Rect bounds_;
« no previous file with comments | « no previous file | chrome/browser/views/browser_bubble.cc » ('j') | chrome/browser/views/browser_bubble_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698