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

Unified Diff: chrome/browser/chromeos/frame/bubble_frame_view.h

Issue 8800032: Make BubbleWindow a Widget override with a BubbleFrameView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add dtor. Created 9 years 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/frame/bubble_frame_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/frame/bubble_frame_view.h
diff --git a/chrome/browser/chromeos/frame/bubble_frame_view.h b/chrome/browser/chromeos/frame/bubble_frame_view.h
index 87f463696d0c737200d57464f79787b988ba7b16..63b71924bd8e5c3dc58bd91d8030baea78b20478 100644
--- a/chrome/browser/chromeos/frame/bubble_frame_view.h
+++ b/chrome/browser/chromeos/frame/bubble_frame_view.h
@@ -31,8 +31,7 @@ namespace chromeos {
class BubbleFrameView : public views::NonClientFrameView,
public views::ButtonListener {
public:
- BubbleFrameView(views::Widget* frame,
- views::WidgetDelegate* widget_delegate,
+ BubbleFrameView(views::WidgetDelegate* widget_delegate,
DialogStyle style);
virtual ~BubbleFrameView();
@@ -60,9 +59,6 @@ class BubbleFrameView : public views::NonClientFrameView,
void StopThrobber();
private:
- // The window that owns this view.
- views::Widget* frame_;
-
// Allows to tweak appearance of the view.
DialogStyle style_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/frame/bubble_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698