| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 05851746cf7a677f0268d1b657d2521a43cca2dc..01b9425dd0b8e81643ba72bf487ce1dd6910d492 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -673,7 +673,8 @@ class Browser : public TabStripModelDelegate,
|
| const std::string& protocol,
|
| const GURL& url,
|
| const string16& title,
|
| - bool user_gesture);
|
| + bool user_gesture,
|
| + BrowserWindow* window);
|
|
|
| // Helper function to register an intent handler.
|
| // |data| is the registered handler data. |user_gesture| is true if the call
|
|
|