| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 639985ae860d404b01290e3d61118871cbcfb4cc..be7aa8d4c3d381dee16d94d3a5840bba173e6ee9 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -258,9 +258,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;
|
|
|