diff options
Diffstat (limited to 'win8/delegate_execute/chrome_util.h')
-rw-r--r-- | win8/delegate_execute/chrome_util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win8/delegate_execute/chrome_util.h b/win8/delegate_execute/chrome_util.h index 8fe0a1f..6310c25 100644 --- a/win8/delegate_execute/chrome_util.h +++ b/win8/delegate_execute/chrome_util.h @@ -16,9 +16,6 @@ namespace delegate_execute { // Finalizes a previously updated installation. void UpdateChromeIfNeeded(const base::FilePath& chrome_exe); -// Returns the appid of the Chrome pointed to by |chrome_exe|. -string16 GetAppId(const base::FilePath& chrome_exe); - } // namespace delegate_execute #endif // WIN8_DELEGATE_EXECUTE_CHROME_UTIL_H_ |