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

Unified Diff: chrome/browser/chromeos/login/message_bubble.h

Issue 6881107: Rework the way Widget::Init works: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 months 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/login/message_bubble.h
===================================================================
--- chrome/browser/chromeos/login/message_bubble.h (revision 82649)
+++ chrome/browser/chromeos/login/message_bubble.h (working copy)
@@ -75,8 +75,7 @@
virtual void SetMouseCapture();
private:
- MessageBubble(views::WidgetGtk::Type type,
- views::Widget* parent,
+ MessageBubble(views::Widget* parent,
SkBitmap* image,
const std::wstring& text,
const std::wstring& help,

Powered by Google App Engine
This is Rietveld 408576698