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

Unified Diff: chrome/browser/task_manager/task_manager.h

Issue 10105030: TabContents -> WebContentsImpl, part 21. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « chrome/browser/tabs/tab_strip_model_unittest.cc ('k') | chrome/browser/task_manager/task_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/task_manager/task_manager.h
diff --git a/chrome/browser/task_manager/task_manager.h b/chrome/browser/task_manager/task_manager.h
index c37afdc2061d4557ab287cacdd71160064f0c172..fe88a0905a331b1fe9b843d6be1fdbde37c4f941 100644
--- a/chrome/browser/task_manager/task_manager.h
+++ b/chrome/browser/task_manager/task_manager.h
@@ -35,7 +35,7 @@ class URLRequest;
#define TASKMANAGER_RESOURCE_TYPE_LIST(def) \
def(BROWSER) /* The main browser process. */ \
- def(RENDERER) /* A normal TabContents renderer process. */ \
+ def(RENDERER) /* A normal WebContents renderer process. */ \
def(EXTENSION) /* An extension or app process. */ \
def(NOTIFICATION) /* A notification process. */ \
def(PLUGIN) /* A plugin process. */ \
@@ -385,7 +385,7 @@ class TaskManagerModel : public base::RefCountedThreadSafe<TaskManagerModel> {
// Returns the type of the given resource.
TaskManager::Resource::Type GetResourceType(int index) const;
- // Returns TabContents of given resource or NULL if not applicable.
+ // Returns TabContentsWrapper of given resource or NULL if not applicable.
TabContentsWrapper* GetResourceTabContents(int index) const;
// Returns Extension of given resource or NULL if not applicable.
« no previous file with comments | « chrome/browser/tabs/tab_strip_model_unittest.cc ('k') | chrome/browser/task_manager/task_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698