| 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:
 | 
| 
 |