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

Unified Diff: chrome/browser/sync/profile_sync_test_util.h

Issue 1410013008: [Sync] Remove some http-related chrome deps from SyncBackendHostImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try fixing mac bots. Created 5 years, 2 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/profile_sync_test_util.h
diff --git a/chrome/browser/sync/profile_sync_test_util.h b/chrome/browser/sync/profile_sync_test_util.h
index 7062907c3dfa7a489eabac383585afe3eb7bcded..049159ed791c7615fcd3122b09872c8b50123142 100644
--- a/chrome/browser/sync/profile_sync_test_util.h
+++ b/chrome/browser/sync/profile_sync_test_util.h
@@ -21,6 +21,10 @@ namespace base {
class Thread;
}
+void EmptyNetworkTimeUpdate(const base::Time&,
Nicolas Zea 2015/10/28 20:33:18 forward declare Time and TimeDelta?
Nicolas Zea 2015/10/28 20:33:18 nit: Add a comment about what this is for (and the
maxbogue 2015/10/28 23:19:11 Done.
maxbogue 2015/10/28 23:19:11 Done.
+ const base::TimeDelta&,
+ const base::TimeDelta&);
+
ACTION_P(Notify, type) {
content::NotificationService::current()->Notify(
type,

Powered by Google App Engine
This is Rietveld 408576698