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

Unified Diff: chrome/browser/service_process/service_process_control.h

Issue 1053663003: Cleanup: Remove unused variables in chrome/ found by Scythe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/service_process/service_process_control.h
diff --git a/chrome/browser/service_process/service_process_control.h b/chrome/browser/service_process/service_process_control.h
index 5eb867d5ea56804effdcb183438fbfbda965069c..2bc6d69b7fee1a7507fe9241230666fbe9ef9513 100644
--- a/chrome/browser/service_process/service_process_control.h
+++ b/chrome/browser/service_process/service_process_control.h
@@ -145,8 +145,7 @@ class ServiceProcessControl : public IPC::Sender,
class Launcher
: public base::RefCountedThreadSafe<ServiceProcessControl::Launcher> {
public:
- Launcher(ServiceProcessControl* process,
- scoped_ptr<base::CommandLine> cmd_line);
+ explicit Launcher(scoped_ptr<base::CommandLine> cmd_line);
// Execute the command line to start the process asynchronously. After the
// command is executed |task| is called with the process handle on the UI
// thread.
@@ -164,7 +163,6 @@ class ServiceProcessControl : public IPC::Sender,
void DoRun();
void Notify();
- ServiceProcessControl* process_control_;
scoped_ptr<base::CommandLine> cmd_line_;
base::Closure notify_task_;
bool launched_;
« no previous file with comments | « chrome/browser/search/most_visited_iframe_source.cc ('k') | chrome/browser/service_process/service_process_control.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698