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

Unified Diff: blimp/client/core/dummy_blimp_client_context.cc

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/core/dummy_blimp_client_context.cc
diff --git a/blimp/client/core/dummy_blimp_client_context.cc b/blimp/client/core/dummy_blimp_client_context.cc
index 8c0f2508a1fab292f3d3edcdf00e9702066e2c9f..30629fb5ea6692351672d583f8cf933f64dab167 100644
--- a/blimp/client/core/dummy_blimp_client_context.cc
+++ b/blimp/client/core/dummy_blimp_client_context.cc
@@ -45,5 +45,7 @@ void DummyBlimpClientContext::Connect(const std::string& client_auth_token) {
NOTREACHED();
}
+void DummyBlimpClientContext::Connect() {}
nyquist 2016/08/12 05:47:04 Do we want to add NOTREACHED() here as well, to en
xingliu 2016/08/12 21:11:18 Done.
+
} // namespace client
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698