diff options
Diffstat (limited to 'chrome/browser/profiles/profile_impl.h')
-rw-r--r-- | chrome/browser/profiles/profile_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h index 6f4f415..4ac54a5 100644 --- a/chrome/browser/profiles/profile_impl.h +++ b/chrome/browser/profiles/profile_impl.h @@ -87,6 +87,8 @@ class ProfileImpl : public Profile { // Profile implementation: virtual scoped_refptr<base::SequencedTaskRunner> GetIOTaskRunner() OVERRIDE; + // Note that this implementation returns the Google-services username, if any, + // not the Chrome user's display name. virtual std::string GetProfileName() OVERRIDE; virtual bool IsOffTheRecord() const OVERRIDE; virtual Profile* GetOffTheRecordProfile() OVERRIDE; |