| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index 6775c803bb3ff4bba683ae80f49556c86b88a2d7..cd97f7c678ce5d9702ed143c171bd5826d73775e 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -139,6 +139,9 @@ extern const wchar_t kLaunchModeValue[];
|
| extern const char kProfileDirPrefix[];
|
| #endif
|
|
|
| +// Used to identify the application to the system AV function in Windows.
|
| +extern const char kApplicationClientIDStringForAVScanning[];
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_COMMON_CHROME_CONSTANTS_H_
|
|
|