| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 8390445e9bcac7d8d498b9591e13d7672de2f7c6..1e776407a9b9d09dee0e8518dc04c63515609c0b 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -130,6 +130,7 @@ class ProfileImpl : public Profile {
|
| void ClearNetworkingHistorySince(base::Time time,
|
| const base::Closure& completion) override;
|
| GURL GetHomePage() override;
|
| + GURL ShowingGoodiesPageInNewWindow() override;
|
| bool WasCreatedByVersionOrLater(const std::string& version) override;
|
| void SetExitType(ExitType exit_type) override;
|
| ExitType GetLastSessionExitType() override;
|
|
|