| Index: chrome_elf/create_file/chrome_create_file.h
|
| diff --git a/chrome_elf/create_file/chrome_create_file.h b/chrome_elf/create_file/chrome_create_file.h
|
| index df38986ce908fe123f51005a54b4bd334b1be20d..dac93af072dcd100b8b17cb7a3143dbceb055c9f 100644
|
| --- a/chrome_elf/create_file/chrome_create_file.h
|
| +++ b/chrome_elf/create_file/chrome_create_file.h
|
| @@ -35,8 +35,4 @@ HANDLE CreateFileNTDLL(
|
| // system version (only uses ours if we're writing to the user data directory).
|
| bool ShouldBypass(LPCWSTR file_name);
|
|
|
| -// Returns true if |exe_path| points to a Chrome installed in a SxS
|
| -// installation.
|
| -bool IsCanary(LPWSTR exe_path);
|
| -
|
| #endif // CHROME_ELF_CREATE_FILE_CHROME_CREATE_FILE_H_
|
|
|