| 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 7713cf47412f19dcd99af7ed6f45214235091a84..c6c2df58e8479b9893ad163e3752236404b47824 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);
|
|
|