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

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

Issue 1681813003: arc: Use incognito profile for OptIn and cookie fetcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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_ui.h
diff --git a/chrome/browser/chromeos/arc/arc_auth_ui.h b/chrome/browser/chromeos/arc/arc_auth_ui.h
index 7e810dc676a296d7e345f2900b2f93db13926db3..eb47b495277d13f5b1eb04493fa575fa116a78f7 100644
--- a/chrome/browser/chromeos/arc/arc_auth_ui.h
+++ b/chrome/browser/chromeos/arc/arc_auth_ui.h
@@ -25,6 +25,8 @@ class ArcAuthUI : public ui::WebDialogDelegate,
public:
class Delegate {
public:
+ // Called when AuthCode was fetched.
+ virtual void OnAuthCodeFetchedFromUI(const std::string& auth_code) = 0;
// Called when dialog is closed.
virtual void OnAuthUIClosed() = 0;

Powered by Google App Engine
This is Rietveld 408576698