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

Unified Diff: chrome/browser/renderer_host/render_process_host.h

Issue 552216: This CL makes the TranslationService class send the text to be translated to ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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/renderer_host/render_process_host.h
===================================================================
--- chrome/browser/renderer_host/render_process_host.h (revision 37411)
+++ chrome/browser/renderer_host/render_process_host.h (working copy)
@@ -273,7 +273,7 @@
bool fast_shutdown_started_;
private:
- // The globally-uniqe identifier for this RPH.
+ // The globally-unique identifier for this RPH.
int id_;
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698