| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 94cc290251d3593c230b1310da3ee1d3a4660429..e43635a7e03f0c292fb0c1abc31ae7c4653f3bea 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -483,7 +483,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
|
|
|