Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: chrome/browser/profiles/profile.h

Issue 1308833004: Show Goodies page to new Chromebook users (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698