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

Unified Diff: chrome/browser/sync/notifier/chrome_invalidation_client.h

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
« no previous file with comments | « DEPS ('k') | chrome/browser/sync/notifier/chrome_invalidation_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/notifier/chrome_invalidation_client.h
diff --git a/chrome/browser/sync/notifier/chrome_invalidation_client.h b/chrome/browser/sync/notifier/chrome_invalidation_client.h
index 99af02cbb77031b31509a1b9df720de34472dfb0..3d4e1d7b1c748cf1f8cad221588fe931f8adb7b8 100644
--- a/chrome/browser/sync/notifier/chrome_invalidation_client.h
+++ b/chrome/browser/sync/notifier/chrome_invalidation_client.h
@@ -54,9 +54,9 @@ class ChromeInvalidationClient
// Does not take ownership of |listener| or |state_writer|.
// |base_task| must still be non-NULL.
void Start(
- const std::string& client_id, const std::string& state,
- Listener* listener, StateWriter* state_writer,
- base::WeakPtr<talk_base::Task> base_task);
+ const std::string& client_id, const std::string& client_info,
+ const std::string& state, Listener* listener,
+ StateWriter* state_writer, base::WeakPtr<talk_base::Task> base_task);
void Stop();
« no previous file with comments | « DEPS ('k') | chrome/browser/sync/notifier/chrome_invalidation_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698