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

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

Issue 8469006: Promote bubble_window_style to more general dialog_style. (Closed) Base URL: /usr/local/google/home/bshe/NoTouchChromium/../TouchChromium/src/@trunk
Patch Set: Change base url and merge trunk. 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/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 98db47ecdc6be0b01b806492f8a43480fcd81282..aba528f9409b85a04151e66c8f26a376880025f4 100644
--- a/chrome/browser/chromeos/frame/bubble_frame_view.h
+++ b/chrome/browser/chromeos/frame/bubble_frame_view.h
@@ -33,7 +33,7 @@ class BubbleFrameView : public views::NonClientFrameView,
public:
BubbleFrameView(views::Widget* frame,
views::WidgetDelegate* widget_delegate,
- BubbleWindowStyle style);
+ DialogStyle style);
virtual ~BubbleFrameView();
// Overridden from views::NonClientFrameView:
@@ -65,7 +65,7 @@ class BubbleFrameView : public views::NonClientFrameView,
views::Widget* frame_;
// Allows to tweak appearance of the view.
- BubbleWindowStyle style_;
+ DialogStyle style_;
// Title label
views::Label* title_;
@@ -85,4 +85,3 @@ class BubbleFrameView : public views::NonClientFrameView,
} // namespace chromeos
#endif // CHROME_BROWSER_CHROMEOS_FRAME_BUBBLE_FRAME_VIEW_H_
-
« 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