| Index: chrome/browser/ui/unload_controller.cc
|
| diff --git a/chrome/browser/ui/unload_controller.cc b/chrome/browser/ui/unload_controller.cc
|
| index a30878d4f8401ef91a6bb32f0c9d2d675f9e32f5..289164e23836d899bfa7a93b1fdd76d9d27dabbb 100644
|
| --- a/chrome/browser/ui/unload_controller.cc
|
| +++ b/chrome/browser/ui/unload_controller.cc
|
| @@ -225,7 +225,8 @@ void UnloadController::Observe(int type,
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // UnloadController, TabStripModelObserver implementation:
|
|
|
| -void UnloadController::TabInsertedAt(content::WebContents* contents,
|
| +void UnloadController::TabInsertedAt(TabStripModel* tab_strip_model,
|
| + content::WebContents* contents,
|
| int index,
|
| bool foreground) {
|
| TabAttachedImpl(contents);
|
|
|