diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-19 16:31:28 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-19 16:31:28 +0000 |
commit | 075fb93ffe8574b1370de27b4c29c2a054facfb9 (patch) | |
tree | 35196ee02b5cf6b813edcca458ba9d4bb3ca9dd7 /base/process_util.h | |
parent | e22cf993eae0a94e08df91255a46557623b9f6d4 (diff) | |
download | chromium_src-075fb93ffe8574b1370de27b4c29c2a054facfb9.zip chromium_src-075fb93ffe8574b1370de27b4c29c2a054facfb9.tar.gz chromium_src-075fb93ffe8574b1370de27b4c29c2a054facfb9.tar.bz2 |
Update references to the now-gone LaunchApp() from the code.
BUG=88990
Review URL: http://codereview.chromium.org/7423003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93035 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process_util.h')
-rw-r--r-- | base/process_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/process_util.h b/base/process_util.h index e55b610..2179b61 100644 --- a/base/process_util.h +++ b/base/process_util.h @@ -194,7 +194,7 @@ BASE_API void CloseSuperfluousFds(const InjectiveMultimap& saved_map); typedef std::vector<std::pair<std::string, std::string> > environment_vector; typedef std::vector<std::pair<int, int> > file_handle_mapping_vector; -// Options for launching a subprocess that are passed to LaunchApp(). +// Options for launching a subprocess that are passed to LaunchProcess(). // The default constructor constructs the object with default options. struct LaunchOptions { LaunchOptions() : wait(false), |