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

Unified Diff: chrome/browser/chromeos/settings/device_settings_test_helper.h

Issue 409743003: Use content::RunBlockingPoolTask() in tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 6 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/browser/chromeos/settings/device_settings_test_helper.h
diff --git a/chrome/browser/chromeos/settings/device_settings_test_helper.h b/chrome/browser/chromeos/settings/device_settings_test_helper.h
index ae4990e263f6b560389c5c0df039c344cc64cfe4..465a1efe27369f86d319fa029e53ad4771c6267c 100644
--- a/chrome/browser/chromeos/settings/device_settings_test_helper.h
+++ b/chrome/browser/chromeos/settings/device_settings_test_helper.h
@@ -42,9 +42,6 @@ class DeviceSettingsTestHelper : public SessionManagerClient {
DeviceSettingsTestHelper();
virtual ~DeviceSettingsTestHelper();
- // Flushes operations on the current message loop and the blocking pool.
- void FlushLoops();
-
// Runs all pending store callbacks.
void FlushStore();

Powered by Google App Engine
This is Rietveld 408576698