Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index 0c6fc2bdd140af3f2658e1f02e9dbbf212e422fa..eab6ca4d47377e17021c1d91b22b993c0b4cb9ed 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -14643,6 +14643,16 @@ Do you accept? |
<message name="IDS_FLAGS_ALLOW_INSECURE_WEBSOCKET_FROM_HTTPS_ORIGIN_DESCRIPTION" desc="Description to allow insecure WebSocket from https origin"> |
This flag makes Chrome unsafe. Use this only if you understand what this does. Note that this flag may be removed without any notice. If enabled, frames with an https origin can use WebSockets with an insecure URL (ws://). |
</message> |
+ |
+ <!-- Experiment flags to enable EmbeddedSearch API in the search results page --> |
+ <if expr="is_android"> |
+ <message name="IDS_FLAGS_ENABLE_EMBEDDEDSEARCH_API_NAME" desc="An about::flags experiment title to enable EmbeddedSearch API in the search results page"> |
+ Enable EmbeddedSearch API |
+ </message> |
+ <message name="IDS_FLAGS_ENABLE_EMBEDDEDSEARCH_API_DESCRIPTION" desc="Describes an about:flags experiment for enabling EmbeddedSearch API in the search results page"> |
+ If enabled, EmbeddedSearch API will be used to submit search queries in the search results page. |
+ </message> |
+ </if> |
</messages> |
</release> |
</grit> |