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

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: Build fixes. 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
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_;

Powered by Google App Engine
This is Rietveld 408576698