Chromium Code Reviews| Index: chrome/common/chrome_constants.cc |
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
| index 9ac80ce9f77303186c70e463941ad8d2a5def38e..436723a4caaecf802b221481f2f7fa9bc421b525 100644 |
| --- a/chrome/common/chrome_constants.cc |
| +++ b/chrome/common/chrome_constants.cc |
| @@ -256,9 +256,7 @@ const char kTestUserProfileDir[] = "test-user"; |
| const char kApplicationClientIDStringForAVScanning[] = |
| "2676A9A2-D919-4FEE-9187-152100393AB2"; |
| -#if defined(OS_ANDROID) |
| -const size_t kMaxMetaTagAttributeLength = 2000; |
|
gone
2014/09/15 16:55:17
This number was decided with security, IIRC. Can
mlamouri (slow - plz ping)
2014/09/15 20:30:53
Reverted.
|
| -#endif |
| +const size_t kMaxMetaTagAttributeLength = 4 * 1024; |
| } // namespace chrome |