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

Unified Diff: chrome/utility/importer/firefox_importer_unittest_utils.h

Issue 2361203002: Remove calls to MessageLoop::Run/RunUntilIdle. (Closed)
Patch Set: CR jochen #6 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
Index: chrome/utility/importer/firefox_importer_unittest_utils.h
diff --git a/chrome/utility/importer/firefox_importer_unittest_utils.h b/chrome/utility/importer/firefox_importer_unittest_utils.h
index f368dae11ab624d455d21c912d949b1f0c1d3c89..d8799e9032a40c840c54260bdda2ae52e4cfb211 100644
--- a/chrome/utility/importer/firefox_importer_unittest_utils.h
+++ b/chrome/utility/importer/firefox_importer_unittest_utils.h
@@ -55,9 +55,7 @@ class FFUnitTestDecryptorProxy {
#if defined(OS_MACOSX)
// Blocks until either a timeout is reached, or until the client process
// responds to an IPC message.
- // Returns true if a reply was received successfully and false if the
- // the operation timed out.
- bool WaitForClientResponse();
+ void WaitForClientResponse();
base::Process child_process_;
std::unique_ptr<IPC::Channel> channel_;

Powered by Google App Engine
This is Rietveld 408576698