Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / content_settings / content_settings_utils.cc
index 78972c1..d8c682c 100644 (file)
@@ -46,6 +46,9 @@ const char* kTypeNames[] = {
 #elif defined(OS_ANDROID) || defined(OS_CHROMEOS)
   "protected-media-identifier",
 #endif
+#if defined(OS_ANDROID)
+  "app-banner",
+#endif
 };
 COMPILE_ASSERT(arraysize(kTypeNames) == CONTENT_SETTINGS_NUM_TYPES,
                type_names_incorrect_size);