| Index: chrome/common/temp_scaffolding_stubs.h
|
| diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
|
| index 0cb2e247308e4ababa9d328d861ed64491120808..4926a419245379e3c3d57e034cf54a9950482885 100644
|
| --- a/chrome/common/temp_scaffolding_stubs.h
|
| +++ b/chrome/common/temp_scaffolding_stubs.h
|
| @@ -416,9 +416,8 @@ class TabContents : public PageNavigator, public NotificationObserver {
|
| Profile* profile() const;
|
| virtual void CloseContents();
|
| virtual void SetupController(Profile* profile);
|
| - bool WasHidden() {
|
| + virtual void WasHidden() {
|
| NOTIMPLEMENTED();
|
| - return false;
|
| }
|
| virtual void RestoreFocus() { NOTIMPLEMENTED(); }
|
| static TabContentsType TypeForURL(GURL* url);
|
|
|