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

Unified Diff: blimp/engine/app/blimp_browser_main_parts.cc

Issue 2256363003: Clean up thread handling in Blimp browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wez feedback 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
« no previous file with comments | « no previous file | blimp/engine/browser_tests/blimp_browser_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/app/blimp_browser_main_parts.cc
diff --git a/blimp/engine/app/blimp_browser_main_parts.cc b/blimp/engine/app/blimp_browser_main_parts.cc
index 02da66e9b0ed62a7a758acbcbf35ffe23145e964..32e405c65a1a240f452c0349c779a5dab668035a 100644
--- a/blimp/engine/app/blimp_browser_main_parts.cc
+++ b/blimp/engine/app/blimp_browser_main_parts.cc
@@ -69,7 +69,7 @@ BlobChannelSender* BlimpBrowserMainParts::GetBlobChannelSender() {
}
BlobChannelService* BlimpBrowserMainParts::GetBlobChannelService() {
- return engine_session_->blob_channel_service();
+ return engine_session_->GetBlobChannelService();
}
BlimpEngineSession* BlimpBrowserMainParts::GetBlimpEngineSession() {
« no previous file with comments | « no previous file | blimp/engine/browser_tests/blimp_browser_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698