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

Unified Diff: chrome/browser/sync/notifier/chrome_invalidation_client_unittest.cc

Issue 6310015: [Sync] Roll cache-invalidation to @70 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile failure Created 9 years, 11 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/sync/notifier/chrome_invalidation_client_unittest.cc
diff --git a/chrome/browser/sync/notifier/chrome_invalidation_client_unittest.cc b/chrome/browser/sync/notifier/chrome_invalidation_client_unittest.cc
index 8e09e13bd8233506177b028d6bfc7c74f0d6f214..809e32ad22d749ae6b731252f7e6f1a636a0d953 100644
--- a/chrome/browser/sync/notifier/chrome_invalidation_client_unittest.cc
+++ b/chrome/browser/sync/notifier/chrome_invalidation_client_unittest.cc
@@ -37,13 +37,15 @@ class MockInvalidationClient : public invalidation::InvalidationClient {
namespace {
const char kClientId[] = "client_id";
+const char kClientInfo[] = "client_info";
const char kState[] = "state";
} // namespace
class ChromeInvalidationClientTest : public testing::Test {
protected:
virtual void SetUp() {
- client_.Start(kClientId, kState, &mock_listener_, &mock_state_writer_,
+ client_.Start(kClientId, kClientInfo, kState,
+ &mock_listener_, &mock_state_writer_,
fake_base_task_.AsWeakPtr());
}
« no previous file with comments | « chrome/browser/sync/notifier/chrome_invalidation_client.cc ('k') | chrome/browser/sync/notifier/server_notifier_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698