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

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

Issue 9649020: [Web Intents] WebIntentPickerModel uses URL instead of index to reference registered services. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac fix Created 8 years, 9 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 073b331cc8d4cee1236b80c60916c89705305b0b..c2f093567d8cd7a26adbfe0678b5db4ec799b2bc 100644
--- a/chrome/browser/ui/gtk/web_intent_picker_gtk.h
+++ b/chrome/browser/ui/gtk/web_intent_picker_gtk.h
@@ -51,7 +51,8 @@ class WebIntentPickerGtk : public WebIntentPicker,
size_t index) OVERRIDE;
virtual void OnExtensionIconChanged(WebIntentPickerModel* model,
const string16& extension_id) OVERRIDE;
- virtual void OnInlineDisposition(WebIntentPickerModel* model) OVERRIDE;
+ virtual void OnInlineDisposition(WebIntentPickerModel* model,
+ const GURL& url) OVERRIDE;
// ConstrainedWindowGtkDelegate implementation.
virtual GtkWidget* GetWidgetRoot() OVERRIDE;
« no previous file with comments | « chrome/browser/ui/cocoa/web_intent_sheet_controller_unittest.mm ('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