| Index: chrome/browser/ui/browser_command_controller.cc
|
| diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc
|
| index 9fa7d94fa3ebcbd06d47f4a528d23bbe54cc8218..c6b5e7a770dedbd559d24735fbfa3f4cf347248f 100644
|
| --- a/chrome/browser/ui/browser_command_controller.cc
|
| +++ b/chrome/browser/ui/browser_command_controller.cc
|
| @@ -663,7 +663,8 @@ void BrowserCommandController::OnSigninAllowedPrefChange() {
|
|
|
| // BrowserCommandController, TabStripModelObserver implementation:
|
|
|
| -void BrowserCommandController::TabInsertedAt(WebContents* contents,
|
| +void BrowserCommandController::TabInsertedAt(TabStripModel* tab_strip_model,
|
| + WebContents* contents,
|
| int index,
|
| bool foreground) {
|
| AddInterstitialObservers(contents);
|
|
|