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

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

Issue 10411010: [Gtk, WebIntents] Support autosizing of inline content. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 7 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 7b4aaaf79e2320f976a425df686fff61202e72e0..17e7d24aa07a7f51415d6b02122f048e507250a2 100644
--- a/chrome/browser/ui/gtk/web_intent_picker_gtk.h
+++ b/chrome/browser/ui/gtk/web_intent_picker_gtk.h
@@ -54,6 +54,7 @@ class WebIntentPickerGtk : public WebIntentPicker,
const string16& extension_id) OVERRIDE;
virtual void OnInlineDisposition(WebIntentPickerModel* model,
const GURL& url) OVERRIDE;
+ virtual void OnInlineDispositionAutoResize(const gfx::Size& size) OVERRIDE;
// ConstrainedWindowGtkDelegate implementation.
virtual GtkWidget* GetWidgetRoot() OVERRIDE;
@@ -61,10 +62,10 @@ class WebIntentPickerGtk : public WebIntentPicker,
virtual void DeleteDelegate() OVERRIDE;
virtual bool ShouldHaveBorderPadding() const OVERRIDE;
- // content::NotificationObserver implementation.
- virtual void Observe(int type,
- const content::NotificationSource& source,
- const content::NotificationDetails& details) OVERRIDE;
+ // content::NotificationObserver implementation.
+ virtual void Observe(int type,
+ const content::NotificationSource& source,
+ const content::NotificationDetails& details) OVERRIDE;
private:
// Callback when picker is destroyed.
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/web_intent_picker_gtk.cc » ('j') | chrome/browser/ui/gtk/web_intent_picker_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698