Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(624)

Unified Diff: chrome/common/chrome_constants.cc

Issue 568823003: Merge Android RetrieveWebappInformation and Extensions GetApplicationInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manifest_manager_content
Patch Set: review comments Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698