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

Unified Diff: blimp/client/public/blimp_client_context.h

Issue 2204223005: Blimp OAuth2 token retreival on application start up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add some deps only for gn deps check script. Created 4 years, 4 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: blimp/client/public/blimp_client_context.h
diff --git a/blimp/client/public/blimp_client_context.h b/blimp/client/public/blimp_client_context.h
index 8b8638f00417f2dac943ac73c3e97b2a8873a151..969d4d573b9ad7cdcb3f647b7094ea7cc4fbfe49 100644
--- a/blimp/client/public/blimp_client_context.h
+++ b/blimp/client/public/blimp_client_context.h
@@ -57,6 +57,9 @@ class BlimpClientContext : public KeyedService {
// Initiates the process for connecting to the engine.
virtual void Connect(const std::string& client_auth_token) = 0;
nyquist 2016/08/12 05:47:05 Should we remove this method now, and make it only
xingliu 2016/08/12 21:11:18 Done, rename the function, and pass it as base::Ca
+ // Start authentication flow.
nyquist 2016/08/12 05:47:05 ... "and connection to engine."?
xingliu 2016/08/12 21:11:18 Done.
+ virtual void Connect() = 0;
+
protected:
BlimpClientContext() = default;

Powered by Google App Engine
This is Rietveld 408576698