| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 5e8cea28d7cd1b2fac1adb362cb48d5717b98c7a..97570279e460cd244b11bf024bc6571389c8cfeb 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -389,7 +389,8 @@ class Browser : public TabStripModelObserver,
|
| 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
|
|
|