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

Unified Diff: chrome/browser/task_manager/task_manager_interface.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: chrome/browser/task_manager/task_manager_interface.h
diff --git a/chrome/browser/task_manager/task_manager_interface.h b/chrome/browser/task_manager/task_manager_interface.h
index 70c5956c68d7de2ce74e6ecc651a4743ac9785dc..e8faa916cc22c04809376d27414e56ee8c5d1a23 100644
--- a/chrome/browser/task_manager/task_manager_interface.h
+++ b/chrome/browser/task_manager/task_manager_interface.h
@@ -117,7 +117,7 @@ class TaskManagerInterface {
virtual const base::string16& GetTitle(TaskId task_id) const = 0;
// Returns the canonicalized name of the task with |task_id| that can be used
- // to represent this task in a Rappor sample via RapporService.
+ // to represent this task in a Rappor sample via RapporServiceImpl.
virtual const std::string& GetTaskNameForRappor(TaskId task_id) const = 0;
// Returns the name of the profile associated with the browser context of the

Powered by Google App Engine
This is Rietveld 408576698