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

Unified Diff: chrome/browser/chromeos/frame/bubble_window_gtk.cc

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 | « chrome/browser/chromeos/frame/bubble_window.h ('k') | chrome/browser/chromeos/frame/bubble_window_style.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/frame/bubble_window_gtk.cc
diff --git a/chrome/browser/chromeos/frame/bubble_window_gtk.cc b/chrome/browser/chromeos/frame/bubble_window_gtk.cc
index 9f1283b48d86138d514014d325ccca1cb966bf5b..67846e64a6c5402119741553ea4c8a3535c15684 100644
--- a/chrome/browser/chromeos/frame/bubble_window_gtk.cc
+++ b/chrome/browser/chromeos/frame/bubble_window_gtk.cc
@@ -13,7 +13,7 @@
namespace chromeos {
BubbleWindow::BubbleWindow(views::Widget* window,
- BubbleWindowStyle style)
+ DialogStyle style)
: views::NativeWidgetGtk(window),
style_(style) {
}
@@ -47,7 +47,7 @@ views::NonClientFrameView* BubbleWindow::CreateNonClientFrameView() {
views::Widget* BubbleWindow::Create(
gfx::NativeWindow parent,
- BubbleWindowStyle style,
+ DialogStyle style,
views::WidgetDelegate* widget_delegate) {
views::Widget* window = new views::Widget;
BubbleWindow* bubble_window = new BubbleWindow(window, style);
« no previous file with comments | « chrome/browser/chromeos/frame/bubble_window.h ('k') | chrome/browser/chromeos/frame/bubble_window_style.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698