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

Unified Diff: chrome/browser/ui/gtk/web_intent_picker_gtk.h

Issue 10827238: [WebIntents, Gtk] "Waiting for Suggestion" dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update Gtk dialog to look decent. Created 8 years, 4 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/ui/gtk/web_intent_picker_gtk.h
diff --git a/chrome/browser/ui/gtk/web_intent_picker_gtk.h b/chrome/browser/ui/gtk/web_intent_picker_gtk.h
index d2997747baa5ec9a82d6c4f85f2c71d414c0d737..60e2aa2d13968796cfe26fd3540052e2a084a2fc 100644
--- a/chrome/browser/ui/gtk/web_intent_picker_gtk.h
+++ b/chrome/browser/ui/gtk/web_intent_picker_gtk.h
@@ -27,6 +27,7 @@ class TabContentsContainerGtk;
class TabContents;
class ThrobberGtk;
class WebIntentPickerDelegate;
+class WaitingDialog;
// GTK implementation of WebIntentPicker.
class WebIntentPickerGtk : public WebIntentPicker,
@@ -88,6 +89,9 @@ class WebIntentPickerGtk : public WebIntentPicker,
// non-NULL.
void InitContents();
+ // Initialize the main picker dialog.
+ void InitMainContents();
+
// Reset contents to the initial picker state.
void ResetContents();
@@ -155,6 +159,8 @@ class WebIntentPickerGtk : public WebIntentPicker,
// The throbber to display when installing an extension.
scoped_ptr<ThrobberGtk> throbber_;
+ scoped_ptr<WaitingDialog> waiting_dialog_;
+
// A weak pointer to the constrained window.
ConstrainedWindowGtk* window_;

Powered by Google App Engine
This is Rietveld 408576698