| Index: chrome/common/temp_scaffolding_stubs.h
|
| ===================================================================
|
| --- chrome/common/temp_scaffolding_stubs.h (revision 10343)
|
| +++ chrome/common/temp_scaffolding_stubs.h (working copy)
|
| @@ -181,8 +181,6 @@
|
|
|
| void InstallJankometer(const CommandLine&);
|
|
|
| -GURL NewTabUIURL();
|
| -
|
| //---------------------------------------------------------------------------
|
| // These stubs are for BrowserProcessImpl
|
|
|
| @@ -405,7 +403,7 @@
|
| INVALIDATE_LOAD = 8,
|
| INVALIDATE_EVERYTHING = 0xFFFFFFFF
|
| };
|
| - TabContents(TabContentsType type)
|
| + TabContents(TabContentsType type)
|
| : type_(type), is_active_(true), is_loading_(false),
|
| is_being_destroyed_(false), controller_(),
|
| delegate_(), max_page_id_(-1) { }
|
|
|