| Index: chrome/app/chrome_dll_resource.h
|
| diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h
|
| index 7e8b8602a90cfa9da2bc92a842e907f7e97ac4c2..2622328e5493081777f8f3207755972e5aebc590 100644
|
| --- a/chrome/app/chrome_dll_resource.h
|
| +++ b/chrome/app/chrome_dll_resource.h
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// clang-format off
|
| +
|
| #define IDR_MAINFRAME 101
|
|
|
| #define IDI_THROBBER_01 102
|
| @@ -29,5 +31,9 @@
|
| #define IDI_THROBBER_23 124
|
| #define IDI_THROBBER_24 125
|
| #define IDR_SXS 126
|
| +#define IDR_X004_DEV 127
|
| +#define IDR_X005_BETA 128
|
| +
|
| +// clang-format on
|
|
|
| // Values around 1600 are used by installer/setup/build/
|
|
|