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

Unified Diff: blimp/client/core/dummy_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: Minor fix. 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/core/dummy_blimp_client_context.h
diff --git a/blimp/client/core/dummy_blimp_client_context.h b/blimp/client/core/dummy_blimp_client_context.h
index 207579ed1e91ce8527ed728ad73f2fbb68e9e513..381e8f95fbe622943c8f01e4011e997385c0f009 100644
--- a/blimp/client/core/dummy_blimp_client_context.h
+++ b/blimp/client/core/dummy_blimp_client_context.h
@@ -24,7 +24,7 @@ class DummyBlimpClientContext : public BlimpClientContext {
// BlimpClientContext implementation.
void SetDelegate(BlimpClientContextDelegate* delegate) override;
std::unique_ptr<BlimpContents> CreateBlimpContents() override;
- void Connect(const std::string& client_auth_token) override;
+ void Connect() override;
private:
DISALLOW_COPY_AND_ASSIGN(DummyBlimpClientContext);

Powered by Google App Engine
This is Rietveld 408576698