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

Unified Diff: blimp/client/core/session/identity_source.h

Issue 2403913003: Add user name in the feedback data. (Closed)
Patch Set: Version check only in Java layer. Created 4 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
Index: blimp/client/core/session/identity_source.h
diff --git a/blimp/client/core/session/identity_source.h b/blimp/client/core/session/identity_source.h
index d86a0a450c1613a59ccf0e1d299154dd9b4242b6..95ec123156fa720b75a76db7523943ecdcb9b92d 100644
--- a/blimp/client/core/session/identity_source.h
+++ b/blimp/client/core/session/identity_source.h
@@ -36,6 +36,9 @@ class IdentitySource : public OAuth2TokenService::Consumer,
// Duplicate connect calls during token fetching will be ignored.
void Connect();
+ // Returns the account name for the current user.
nyquist 2016/11/08 20:58:59 Could you explain what happens if the user is not
+ std::string GetActiveUsername();
+
// Add sign in state observer.
void AddObserver(IdentityProvider::Observer* observer);
« no previous file with comments | « blimp/client/core/feedback/blimp_feedback_data_unittest.cc ('k') | blimp/client/core/session/identity_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698