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

Unified Diff: chrome/browser/chromeos/frame/bubble_window_views.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: Add comments. 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
Index: chrome/browser/chromeos/frame/bubble_window_views.cc
diff --git a/chrome/browser/chromeos/frame/bubble_window_views.cc b/chrome/browser/chromeos/frame/bubble_window_views.cc
index f7883b82e9433f270eb908f99eca173c416fe9f6..df769b3ccb84a84e5d7728734c5c04fa6b499ee1 100644
--- a/chrome/browser/chromeos/frame/bubble_window_views.cc
+++ b/chrome/browser/chromeos/frame/bubble_window_views.cc
@@ -7,7 +7,6 @@
#if defined(TOOLKIT_USES_GTK)
#include <gtk/gtk.h>
#endif
-
flackr 2011/11/10 21:06:46 nit: Keep empty line here.
bshe 2011/11/14 18:58:04 Done.
#include "chrome/browser/chromeos/frame/bubble_frame_view.h"
#include "ui/gfx/skia_utils_gtk.h"
#include "views/widget/widget_delegate.h"
@@ -16,7 +15,7 @@
namespace chromeos {
-BubbleWindowViews::BubbleWindowViews(BubbleWindowStyle style)
+BubbleWindowViews::BubbleWindowViews(DialogStyle style)
: style_(style) {
}

Powered by Google App Engine
This is Rietveld 408576698