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

Unified Diff: chrome/browser/task_manager/providers/web_contents/renderer_task.h

Issue 2437253002: Improve TDI render process naming in the task manager. (Closed)
Patch Set: ncarter Created 4 years, 2 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
Index: chrome/browser/task_manager/providers/web_contents/renderer_task.h
diff --git a/chrome/browser/task_manager/providers/web_contents/renderer_task.h b/chrome/browser/task_manager/providers/web_contents/renderer_task.h
index 0609b3d4c1a835097bd5f20d699786fb946ed3a9..57b1c4e63ee38cc9085747b84d3b3533ea0a775e 100644
--- a/chrome/browser/task_manager/providers/web_contents/renderer_task.h
+++ b/chrome/browser/task_manager/providers/web_contents/renderer_task.h
@@ -80,6 +80,8 @@ class RendererTask : public Task,
termination_error_code_ = error_code;
}
+ content::WebContents* web_contents() const { return web_contents_; }
+
protected:
// Returns the title of the given |web_contents|.
static base::string16 GetTitleFromWebContents(
@@ -99,8 +101,6 @@ class RendererTask : public Task,
bool is_incognito,
bool is_background);
- content::WebContents* web_contents() const { return web_contents_; }
-
private:
// The WebContents of the task this object represents.
content::WebContents* web_contents_;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/task_manager/providers/web_contents/subframe_task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698