Chromium Code Reviews| Index: chrome/common/chrome_constants.h |
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h |
| index 133f235e392723e40fce746cf63d3d133132028c..101f7fba9d64067bdfe18a00449984e2b6abd5ab 100644 |
| --- a/chrome/common/chrome_constants.h |
| +++ b/chrome/common/chrome_constants.h |
| @@ -140,6 +140,7 @@ extern const wchar_t kMetroChromeUserDataSubDir[]; |
| extern const wchar_t kMetroNavigationAndSearchMessage[]; |
| // Used by Metro Chrome to get information about the current tab. |
| extern const wchar_t kMetroGetCurrentTabInfoMessage[]; |
| +extern const size_t kMaxAppModelIdLength; |
|
grt (UTC plus 2)
2012/06/18 19:45:08
move this into util_constants.{cc,h} and make it a
gab
2012/06/18 21:52:43
Moved.
As discussed offline, leaving it as size_t
|
| #endif |
| } // namespace chrome |