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

Unified Diff: chrome/browser/profiles/profile_impl.h

Issue 8511064: GAIA Profile info prototype (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test Created 9 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/profiles/avatar_menu_model.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 10371fe5defa882040e5130376905f0ad34cb10f..7db10ab5868a777c43f000d90c65e1856bd480fb 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -35,6 +35,8 @@ class Preferences;
}
#endif
+class GAIAInfoUpdater;
+
// The default profile implementation.
class ProfileImpl : public Profile,
public content::NotificationObserver {
@@ -146,6 +148,8 @@ class ProfileImpl : public Profile,
const content::NotificationSource& source,
const content::NotificationDetails& details) OVERRIDE;
+ void UpdateGAIAProfileInfo();
+
private:
friend class Profile;
@@ -290,6 +294,8 @@ class ProfileImpl : public Profile,
chrome_browser_net::Predictor* predictor_;
+ scoped_ptr<GAIAInfoUpdater> gaia_info_updated_;
+
DISALLOW_COPY_AND_ASSIGN(ProfileImpl);
};
« no previous file with comments | « chrome/browser/profiles/avatar_menu_model.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698