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

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: sync changes 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
« no previous file with comments | « chrome/browser/ui/gtk/constrained_window_gtk.cc ('k') | chrome/browser/ui/gtk/web_intent_picker_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 54088240ba66195bf0d9fc147d60f09c6c69c938..ec466cafd0fc8c27ff35868e8920424709aee8e6 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.
« no previous file with comments | « chrome/browser/ui/gtk/constrained_window_gtk.cc ('k') | chrome/browser/ui/gtk/web_intent_picker_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698