summaryrefslogtreecommitdiffstats
path: root/chrome/common/temp_scaffolding_stubs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.cc')
-rw-r--r--chrome/common/temp_scaffolding_stubs.cc21
1 files changed, 3 insertions, 18 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
index 1219c88..9ba6d3e 100644
--- a/chrome/common/temp_scaffolding_stubs.cc
+++ b/chrome/common/temp_scaffolding_stubs.cc
@@ -138,7 +138,9 @@ void OpenFirstRunDialog(Profile* profile) { NOTIMPLEMENTED(); }
GURL NewTabUIURL() {
NOTIMPLEMENTED();
- return GURL();
+ // TODO(port): returning a blank URL here confuses the page IDs so make sure
+ // we load something
+ return GURL("http://dev.chromium.org");
}
//--------------------------------------------------------------------------
@@ -174,23 +176,6 @@ void UninstallJankometer() {
//--------------------------------------------------------------------------
-void Browser::Observe(NotificationType type,
- const NotificationSource& source,
- const NotificationDetails& details) {
- NOTIMPLEMENTED();
-}
-
-GURL Browser::GetHomePage() {
- NOTIMPLEMENTED();
- return GURL("http://dev.chromium.org");
-}
-
-void Browser::LoadingStateChanged(TabContents* source) {
- NOTIMPLEMENTED();
-}
-
-//--------------------------------------------------------------------------
-
TabContents* TabContents::CreateWithType(TabContentsType type,
Profile* profile,
SiteInstance* instance) {