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

Unified Diff: chrome/browser/chromeos/arc/arc_auth_context.h

Issue 2752873002: Fix refresh token is not available after Chrome restart on crash. (Closed)
Patch Set: Created 3 years, 9 months 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: chrome/browser/chromeos/arc/arc_auth_context.h
diff --git a/chrome/browser/chromeos/arc/arc_auth_context.h b/chrome/browser/chromeos/arc/arc_auth_context.h
index a359366ca247ed4767dea0cc5563a3b4bc3c28ee..f9eee0ace2fc3aae1efcacf9e2cb93fa5e7a6e51 100644
--- a/chrome/browser/chromeos/arc/arc_auth_context.h
+++ b/chrome/browser/chromeos/arc/arc_auth_context.h
@@ -64,6 +64,8 @@ class ArcAuthContext : public UbertokenConsumer,
// Unowned pointer.
ProfileOAuth2TokenService* token_service_;
+ Profile* const profile_;
+
std::string account_id_;
// Owned by content::BrowserContent. Used to isolate cookies for auth server
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_context.cc » ('j') | chrome/browser/chromeos/arc/arc_auth_context.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698