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

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

Issue 2412133004: arc: Restore broken auth code requst on demand. (Closed)
Patch Set: Created 4 years, 2 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_service.h
diff --git a/chrome/browser/chromeos/arc/arc_auth_service.h b/chrome/browser/chromeos/arc/arc_auth_service.h
index bef5aa4e5efa8cf99c916533e37d3298433c0b8f..deb47563a21e3a1e52d5d37cf44ae9331475a42f 100644
--- a/chrome/browser/chromeos/arc/arc_auth_service.h
+++ b/chrome/browser/chromeos/arc/arc_auth_service.h
@@ -205,7 +205,7 @@ class ArcAuthService : public ArcService,
UIPage ui_page() const { return ui_page_; }
// Returns current page status, relevant to the specific page.
- const base::string16& ui_page_status() { return ui_page_status_; }
+ const base::string16& ui_page_status() const { return ui_page_status_; }
private:
void StartArc();
@@ -223,6 +223,7 @@ class ArcAuthService : public ArcService,
void StartArcIfSignedIn();
void OnArcDataRemoved(bool success);
void OnArcSignInTimeout();
+ bool IsAuthCodeRequest() const;
// Unowned pointer. Keeps current profile.
Profile* profile_ = nullptr;
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_service.cc » ('j') | chrome/browser/chromeos/arc/arc_auth_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698