summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile.h
diff options
context:
space:
mode:
authorsreeram@chromium.org <sreeram@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-03 01:53:47 +0000
committersreeram@chromium.org <sreeram@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-03 01:53:47 +0000
commitb30c207ae85797aa21a72408c10ff841efde4162 (patch)
treeba2323bbe4c49deadb5a61baca5be548d882637e /chrome/browser/profiles/profile.h
parent67dfea903d4daa1287e372f36f70539f39b0350e (diff)
downloadchromium_src-b30c207ae85797aa21a72408c10ff841efde4162.zip
chromium_src-b30c207ae85797aa21a72408c10ff841efde4162.tar.gz
chromium_src-b30c207ae85797aa21a72408c10ff841efde4162.tar.bz2
Remove Instant opt-in promo.
The Instant opt-in promo isn't being used currently, and there are no plans to use it in the future. Deletes all associated code, strings and resources. BUG=116889 TEST=none Review URL: http://codereview.chromium.org/9963039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130289 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profiles/profile.h')
-rw-r--r--chrome/browser/profiles/profile.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 4003362..1511405 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -362,9 +362,6 @@ class Profile : public content::BrowserContext {
virtual FilePath last_selected_directory() = 0;
virtual void set_last_selected_directory(const FilePath& path) = 0;
- // Returns the PromoCounter for Instant, or NULL if not applicable.
- virtual PromoCounter* GetInstantPromoCounter() = 0;
-
// Returns the ChromeURLDataManager for this profile.
virtual ChromeURLDataManager* GetChromeURLDataManager() = 0;