Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index 243dd0b6aabfdc7495ed09ed058e628efdf8d84a..9c4e8f9ea25c38820cb7a83c5d03172b40a91ceb 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -303,6 +303,9 @@ class Profile : public content::BrowserContext { |
// Returns the home page for this profile. |
virtual GURL GetHomePage() = 0; |
+ // Returns Goodies URL if first New Window (and other conditions) in ChromeOS. |
+ virtual GURL ShowingGoodiesPageInNewWindow(); |
+ |
// Returns whether or not the profile was created by a version of Chrome |
// more recent (or equal to) the one specified. |
virtual bool WasCreatedByVersionOrLater(const std::string& version) = 0; |