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

Unified Diff: blimp/engine/session/blimp_engine_session.cc

Issue 2281783002: Changes client_token to be client_auth_token. (Closed)
Patch Set: Linting. Created 4 years, 3 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
« no previous file with comments | « blimp/engine/browser_tests/blimp_browser_test.cc ('k') | blimp/net/client_connection_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/session/blimp_engine_session.cc
diff --git a/blimp/engine/session/blimp_engine_session.cc b/blimp/engine/session/blimp_engine_session.cc
index cbb338e4450bf49998f571d1338eacabd817f00b..81eaa95b77bace3a4ad1cc904ca19841e12625b3 100644
--- a/blimp/engine/session/blimp_engine_session.cc
+++ b/blimp/engine/session/blimp_engine_session.cc
@@ -302,7 +302,7 @@ void BlimpEngineSession::Initialize() {
base::Unretained(net_components_.get()),
base::ThreadTaskRunnerHandle::Get(),
blob_channel_sender_weak_factory_->GetWeakPtr(),
- engine_config_->client_token()));
+ engine_config_->client_auth_token()));
}
BlobChannelService* BlimpEngineSession::GetBlobChannelService() {
« no previous file with comments | « blimp/engine/browser_tests/blimp_browser_test.cc ('k') | blimp/net/client_connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698