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

Unified Diff: chrome/browser/chromeos/process_proxy/process_output_watcher.h

Issue 8915024: Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years 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/chromeos/process_proxy/process_output_watcher.h
diff --git a/chrome/browser/chromeos/process_proxy/process_output_watcher.h b/chrome/browser/chromeos/process_proxy/process_output_watcher.h
index 2c626d3a3d4d7a650b43f69240e066eb09322a74..295e510eee76846212bfe42460c5d8c5ca9643bd 100644
--- a/chrome/browser/chromeos/process_proxy/process_output_watcher.h
+++ b/chrome/browser/chromeos/process_proxy/process_output_watcher.h
@@ -21,7 +21,7 @@ enum ProcessOutputType {
PROCESS_OUTPUT_TYPE_ERR
};
-typedef base::Callback<void(ProcessOutputType, std::string)>
+typedef base::Callback<void(ProcessOutputType, const std::string&)>
ProcessOutputCallback;
// This class should live on its own thread because running class makes
« no previous file with comments | « chrome/browser/chromeos/disks/disk_mount_manager.cc ('k') | chrome/browser/chromeos/process_proxy/process_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698