| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 6cfd0b3766c351f8187c62a8953482351baf054e..942fa4863d89f6a96542c05e5f0200cb6573e060 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -211,6 +211,7 @@ const wchar_t kMetroNavigationAndSearchMessage[] =
|
| L"CHROME_METRO_NAV_SEARCH_REQUEST";
|
| const wchar_t kMetroGetCurrentTabInfoMessage[] =
|
| L"CHROME_METRO_GET_CURRENT_TAB_INFO";
|
| +const size_t kMaxAppModelIdLength = 64U;
|
| #endif
|
|
|
| } // namespace chrome
|
|
|