Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index 789c6719afe0ef6a89ebce656bc6be2e8568f406..b6d6be393181d7f83dd793709f9e334bf6d91e49 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -254,9 +254,6 @@ class Profile : public content::BrowserContext { |
// the user started chrome. |
virtual base::Time GetStartTime() const = 0; |
- // Start up service that gathers data from a promo resource feed. |
- virtual void InitPromoResources() = 0; |
- |
// Returns the last directory that was chosen for uploading or opening a file. |
virtual FilePath last_selected_directory() = 0; |
virtual void set_last_selected_directory(const FilePath& path) = 0; |