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

Unified Diff: chrome/browser/profile.h

Issue 5023001: Handful of related instant changes: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix linux build Created 10 years, 1 month 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
« no previous file with comments | « chrome/browser/instant/promo_counter_unittest.cc ('k') | chrome/browser/profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profile.h
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h
index 7d4e8f54f4360d37ad7851e40a6e72e15ca94bcc..f2accbf6b62573f90b0626e821625822c746bd69 100644
--- a/chrome/browser/profile.h
+++ b/chrome/browser/profile.h
@@ -68,6 +68,7 @@ class PersonalDataManager;
class PinnedTabService;
class PrefService;
class ExtensionInfoMap;
+class PromoCounter;
class ProfileSyncService;
class ProfileSyncFactory;
class SessionService;
@@ -468,6 +469,9 @@ class Profile {
// Returns the IO-thread-accessible profile data for this profile.
virtual ExtensionInfoMap* GetExtensionInfoMap() = 0;
+ // Returns the PromoCounter for Instant, or NULL if not applicable.
+ virtual PromoCounter* GetInstantPromoCounter() = 0;
+
#if defined(OS_CHROMEOS)
// Returns ChromeOS's ProxyConfigServiceImpl, creating if not yet created.
virtual chromeos::ProxyConfigServiceImpl*
« no previous file with comments | « chrome/browser/instant/promo_counter_unittest.cc ('k') | chrome/browser/profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698