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

Unified Diff: chrome/browser/ui/intents/web_intent_picker_controller.h

Issue 10134026: Remove browser from web intents UI code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Browser test compilation Created 8 years, 8 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/intents/web_intent_picker_controller.h
diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.h b/chrome/browser/ui/intents/web_intent_picker_controller.h
index d176456cd1fb5e565ba8c8447a3d981678aea9d2..902b5c54b8d8765646eecd334904efec840d0223 100644
--- a/chrome/browser/ui/intents/web_intent_picker_controller.h
+++ b/chrome/browser/ui/intents/web_intent_picker_controller.h
@@ -54,10 +54,8 @@ class WebIntentPickerController : public content::NotificationObserver,
// |intents_dispatcher|. |intents_dispatcher| must not be NULL.
void SetIntentsDispatcher(content::WebIntentsDispatcher* intents_dispatcher);
- // Shows the web intent picker for |browser|, given the intent
- // |action| and MIME-type |type|.
- void ShowDialog(Browser* browser,
- const string16& action,
+ // Shows the web intent picker given the intent |action| and MIME-type |type|.
+ void ShowDialog(const string16& action,
const string16& type);
protected:
« no previous file with comments | « chrome/browser/ui/intents/web_intent_picker.h ('k') | chrome/browser/ui/intents/web_intent_picker_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698