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

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

Issue 11040053: retry 160232 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 2 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 7043b4e2f227ac921abbde6f760034342c89b011..fe80dea9d3f866f3661a16d06c2f2c2f5597885a 100644
--- a/chrome/browser/ui/gtk/web_intent_picker_gtk.h
+++ b/chrome/browser/ui/gtk/web_intent_picker_gtk.h
@@ -45,6 +45,7 @@ class WebIntentPickerGtk : public WebIntentPicker,
virtual void SetActionString(const string16& action) OVERRIDE;
virtual void OnExtensionInstallSuccess(const std::string& id) OVERRIDE;
virtual void OnExtensionInstallFailure(const std::string& id) OVERRIDE;
+ virtual void OnInlineDispositionAutoResize(const gfx::Size& size) OVERRIDE;
// WebIntentPickerModelObserver implementation.
virtual void OnModelChanged(WebIntentPickerModel* model) OVERRIDE;
@@ -54,7 +55,6 @@ class WebIntentPickerGtk : public WebIntentPicker,
const std::string& extension_id) OVERRIDE;
virtual void OnInlineDisposition(const string16& title,
const GURL& url) OVERRIDE;
- virtual void OnInlineDispositionAutoResize(const gfx::Size& size) OVERRIDE;
virtual void OnPendingAsyncCompleted() OVERRIDE;
@@ -62,6 +62,7 @@ class WebIntentPickerGtk : public WebIntentPicker,
virtual GtkWidget* GetWidgetRoot() OVERRIDE;
virtual GtkWidget* GetFocusWidget() OVERRIDE;
virtual void DeleteDelegate() OVERRIDE;
+ virtual bool GetBackgroundColor(GdkColor* color) OVERRIDE;
virtual bool ShouldHaveBorderPadding() const OVERRIDE;
// content::NotificationObserver implementation.

Powered by Google App Engine
This is Rietveld 408576698