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

Unified Diff: components/rappor/log_uploader.h

Issue 2510803003: Pass RapporService to content/browser/ (Closed)
Patch Set: Fix more compile errors in JNI files Created 4 years 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: components/rappor/log_uploader.h
diff --git a/components/rappor/log_uploader.h b/components/rappor/log_uploader.h
index a6dc8bada082ef94af47fd7f489b852ac185002e..55e53202ef7fd8cc0fb202aba1522f56f1e7e9f2 100644
--- a/components/rappor/log_uploader.h
+++ b/components/rappor/log_uploader.h
@@ -24,9 +24,9 @@ class URLFetcher;
namespace rappor {
-// Uploads logs from RapporService. Logs are passed in via QueueLog(), stored
-// internally, and uploaded one at a time. A queued log will be uploaded at a
-// fixed interval after the successful upload of the previous logs. If an
+// Uploads logs from RapporServiceImpl. Logs are passed in via QueueLog(),
+// stored internally, and uploaded one at a time. A queued log will be uploaded
+// at a fixed interval after the successful upload of the previous logs. If an
// upload fails, the uploader will keep retrying the upload with an exponential
// backoff interval.
class LogUploader : public net::URLFetcherDelegate,

Powered by Google App Engine
This is Rietveld 408576698