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

Unified Diff: services/preferences/public/cpp/tests/pref_store_client_unittest.cc

Issue 2767743003: Pref service: Merge connectors and send a PrefRegistry in Connect(). (Closed)
Patch Set: Created 3 years, 9 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: services/preferences/public/cpp/tests/pref_store_client_unittest.cc
diff --git a/services/preferences/public/cpp/tests/pref_store_client_unittest.cc b/services/preferences/public/cpp/tests/pref_store_client_unittest.cc
index 5b2272765128d3d43f8a0d96266eb826c9896d76..6a488a16b5935c3e7451fea9f4720a67a6078706 100644
--- a/services/preferences/public/cpp/tests/pref_store_client_unittest.cc
+++ b/services/preferences/public/cpp/tests/pref_store_client_unittest.cc
@@ -28,11 +28,6 @@ class PrefStoreObserverMock : public PrefStore::Observer {
MOCK_METHOD1(OnInitializationCompleted, void(bool succeeded));
};
-class PrefStoreConnectorMock : public mojom::PrefStoreConnector {
- public:
- MOCK_METHOD1(Connect, void(const ConnectCallback&));
-};
-
} // namespace
class PrefStoreClientTest : public testing::Test {
« no previous file with comments | « services/preferences/public/cpp/preferences_struct_traits.cc ('k') | services/preferences/public/interfaces/preferences.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698