diff options
author | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-22 22:35:40 +0000 |
---|---|---|
committer | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-22 22:35:40 +0000 |
commit | bb3263f9f2ebb1d00f6622f3a97cd64a0d1274f3 (patch) | |
tree | 5786a4b5b5836d9b3a82873da69a1242ef06c693 /chrome | |
parent | 5df880980da43d4048bccb58ad049dee66db5665 (diff) | |
download | chromium_src-bb3263f9f2ebb1d00f6622f3a97cd64a0d1274f3.zip chromium_src-bb3263f9f2ebb1d00f6622f3a97cd64a0d1274f3.tar.gz chromium_src-bb3263f9f2ebb1d00f6622f3a97cd64a0d1274f3.tar.bz2 |
Clarify that the returned path is guaranteed to exist if not empty.
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10663002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143732 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/installer/launcher_support/chrome_launcher_support.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/installer/launcher_support/chrome_launcher_support.h b/chrome/installer/launcher_support/chrome_launcher_support.h index 50c72d3..87f4066 100644 --- a/chrome/installer/launcher_support/chrome_launcher_support.h +++ b/chrome/installer/launcher_support/chrome_launcher_support.h @@ -20,6 +20,7 @@ enum InstallationLevel { // state to identify a Chrome installation location. // In non-official builds, to ease development, this will first look for a // chrome.exe in the same directory as the current executable. +// The file path returned (if any) is guaranteed to exist. FilePath GetAnyChromePath(); // Returns the path to an installed chrome.exe at the specified level, if it can |