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

Unified Diff: chrome/browser/ui/intents/web_intent_picker.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.h
diff --git a/chrome/browser/ui/intents/web_intent_picker.h b/chrome/browser/ui/intents/web_intent_picker.h
index c9f81bea594fa8ed8f2e49ba05ab4629c38d9bb8..994bbfdb862d5c218722b41075d40f465c949aec 100644
--- a/chrome/browser/ui/intents/web_intent_picker.h
+++ b/chrome/browser/ui/intents/web_intent_picker.h
@@ -13,7 +13,6 @@
#include "base/string16.h"
#include "ui/gfx/size.h"
-class Browser;
class TabContentsWrapper;
class WebIntentPickerDelegate;
class WebIntentPickerModel;
@@ -27,8 +26,7 @@ class WebIntentPicker {
public:
// Platform specific factory function. This function will automatically show
// the picker.
- static WebIntentPicker* Create(Browser* browser,
- TabContentsWrapper* wrapper,
+ static WebIntentPicker* Create(TabContentsWrapper* wrapper,
WebIntentPickerDelegate* delegate,
WebIntentPickerModel* model);
« no previous file with comments | « chrome/browser/ui/gtk/web_intent_picker_gtk.cc ('k') | chrome/browser/ui/intents/web_intent_picker_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698