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

Unified Diff: chrome/service/service_utility_process_host.h

Issue 8600007: base::Bind: Convert chrome/service/cloud_print. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and review fixes. Created 9 years, 1 month 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/service/cloud_print/printer_job_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_utility_process_host.h
diff --git a/chrome/service/service_utility_process_host.h b/chrome/service/service_utility_process_host.h
index 8e49a3d5f11e3b1a4a67071cfde9cbd0496917b5..ee82ee1c9947d9e9c18f0fa259b72d90a0af9d11 100644
--- a/chrome/service/service_utility_process_host.h
+++ b/chrome/service/service_utility_process_host.h
@@ -105,13 +105,13 @@ class ServiceUtilityProcessHost : public ServiceChildProcessHost {
// Allows this method to be overridden for tests.
virtual FilePath GetUtilityProcessCmd();
- // Overriden from ChildProcessHost.
+ // ChildProcessHost implementation.
virtual bool CanShutdown() OVERRIDE;
virtual void OnChildDied() OVERRIDE;
private:
// Starts a process. Returns true iff it succeeded. |exposed_dir| is the
- // path to tbe exposed to the sandbox. This is ignored if |no_sandbox| is
+ // path to the exposed to the sandbox. This is ignored if |no_sandbox| is
// true.
bool StartProcess(bool no_sandbox, const FilePath& exposed_dir);
« no previous file with comments | « chrome/service/cloud_print/printer_job_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698