Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index 794796f91c3c188b0e5ef34ec07a6e4723e4e6db..032a4b423e08aebeb486aa7ea90ea7704f5b4964 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -490,6 +490,9 @@ class Profile : public content::BrowserContext { |
// method returns data is not guaranteed to be deleted. |
virtual void ClearNetworkingHistorySince(base::Time time) = 0; |
+ // Returns the home page for this profile. |
+ virtual GURL GetHomePage() = 0; |
+ |
std::string GetDebugName(); |
// Returns whether it is a guest session. |