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

Unified Diff: chrome/browser/ui/cocoa/web_intent_picker_cocoa.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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/web_intent_picker_cocoa.h
diff --git a/chrome/browser/ui/cocoa/web_intent_picker_cocoa.h b/chrome/browser/ui/cocoa/web_intent_picker_cocoa.h
index b07dcf5c64ad9ecbe49be9a43ecbb773bea7ae8d..6958bf1a4c7efcfca601df12c014fe1726c9e85d 100644
--- a/chrome/browser/ui/cocoa/web_intent_picker_cocoa.h
+++ b/chrome/browser/ui/cocoa/web_intent_picker_cocoa.h
@@ -46,7 +46,8 @@ class WebIntentPickerCocoa : 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;
private:
ConstrainedWindow* window_; // Window for constrained sheet. Weak reference.
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698