Chromium Code Reviews| Index: chrome/common/temp_scaffolding_stubs.h |
| =================================================================== |
| --- chrome/common/temp_scaffolding_stubs.h (revision 10404) |
| +++ chrome/common/temp_scaffolding_stubs.h (working copy) |
| @@ -420,6 +420,7 @@ |
| NOTIMPLEMENTED(); |
| return false; |
| } |
| + virtual void SetInitialFocus() { NOTIMPLEMENTED(); } |
| virtual void RestoreFocus() { NOTIMPLEMENTED(); } |
| static TabContentsType TypeForURL(GURL* url); |
| static TabContents* CreateWithType(TabContentsType type, |