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

Unified Diff: components/invalidation/impl/invalidation_service_android.cc

Issue 2201503002: [sync] Transient_invalidation_error in chrome://invalidations on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/impl/invalidation_service_android.cc
diff --git a/components/invalidation/impl/invalidation_service_android.cc b/components/invalidation/impl/invalidation_service_android.cc
index 500aca4cf03300bf89344d508f8429ba60bc30e7..c2fdabc3dc4e20b0198abcedfb7685b8efffe758 100644
--- a/components/invalidation/impl/invalidation_service_android.cc
+++ b/components/invalidation/impl/invalidation_service_android.cc
@@ -27,6 +27,7 @@ InvalidationServiceAndroid::InvalidationServiceAndroid(jobject context)
context,
reinterpret_cast<intptr_t>(this));
java_ref_.Reset(env, local_java_ref.obj());
+ logger_.OnStateChange(invalidator_state_);
}
InvalidationServiceAndroid::~InvalidationServiceAndroid() { }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698