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

Unified Diff: content/public/browser/render_process_host.h

Issue 2988453002: Task manager tracking RenderProcessHosts processes (Closed)
Patch Set: fixed copy past cruft Created 3 years, 5 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: content/public/browser/render_process_host.h
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
index a5543a027f44d80647a4880cfdbfb4f5394f6712..238a1a644f2826045e75aceaf0b7c35c835e70db 100644
--- a/content/public/browser/render_process_host.h
+++ b/content/public/browser/render_process_host.h
@@ -177,7 +177,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
// Returns whether the process is ready. The process is ready once both
// conditions (which can happen in arbitrary order) are true:
- // 1- the launcher reported a succesful launch
+ // 1- the launcher reported a successful launch
// 2- the channel is connected.
//
// After that point, GetHandle() is valid, and deferred messages have been

Powered by Google App Engine
This is Rietveld 408576698