From bb3263f9f2ebb1d00f6622f3a97cd64a0d1274f3 Mon Sep 17 00:00:00 2001 From: "erikwright@chromium.org" Date: Fri, 22 Jun 2012 22:35:40 +0000 Subject: 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 --- chrome/installer/launcher_support/chrome_launcher_support.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/installer/launcher_support') 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 -- cgit v1.1