Index: chrome/browser/profiles/profile.cc |
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
index 75e72be543722d9b330e4891b7b72d159ebcfacf..286f2aec407c1ba06eff0781dc956003d18da4a4 100644 |
--- a/chrome/browser/profiles/profile.cc |
+++ b/chrome/browser/profiles/profile.cc |
@@ -153,6 +153,10 @@ std::string Profile::GetDebugName() { |
return name; |
} |
+GURL Profile::ShowingGoodiesPageInNewWindow() { |
+ return GURL(); |
+} |
+ |
bool Profile::IsGuestSession() const { |
#if defined(OS_CHROMEOS) |
static bool is_guest_session = |