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

Unified Diff: components/gcm_driver/instance_id/instance_id_impl.cc

Issue 1128123003: Implement InstanceID API functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test Created 5 years, 7 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 | « components/gcm_driver/instance_id/instance_id_driver_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/instance_id/instance_id_impl.cc
diff --git a/components/gcm_driver/instance_id/instance_id_impl.cc b/components/gcm_driver/instance_id/instance_id_impl.cc
index ae4350ab33a74cc539d3057013614be0b89bbb8a..0ebcdf82d8d48e6dc36e7d72f4b0081d3d35db0a 100644
--- a/components/gcm_driver/instance_id/instance_id_impl.cc
+++ b/components/gcm_driver/instance_id/instance_id_impl.cc
@@ -59,7 +59,7 @@ void InstanceIDImpl::DeleteID(const DeleteIDCallback& callback) {
base::MessageLoop::current()->PostTask(
FROM_HERE,
- base::Bind(callback, this, InstanceID::SUCCESS));
+ base::Bind(callback, InstanceID::SUCCESS));
}
void InstanceIDImpl::EnsureIDGenerated() {
« no previous file with comments | « components/gcm_driver/instance_id/instance_id_driver_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698