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

Unified Diff: components/test/data/search_engines/simple_open_search_no_name.xml

Issue 2902043004: Omnibox - Open Search - Handle Lack of Short Name Smartly (Closed)
Patch Set: pkasting comments Created 3 years, 7 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
« no previous file with comments | « components/search_engines/template_url_parser.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test/data/search_engines/simple_open_search_no_name.xml
diff --git a/components/test/data/search_engines/simple_open_search_no_name.xml b/components/test/data/search_engines/simple_open_search_no_name.xml
new file mode 100644
index 0000000000000000000000000000000000000000..bbfbe4ff48c561c187192035bfa6a3360f3b44b3
--- /dev/null
+++ b/components/test/data/search_engines/simple_open_search_no_name.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
+<ShortName/>
+<Description>Not a creative description.</Description>
+<Url type="text/html" template="http://example.com/{searchTerms}/other_stuff"/>
+</OpenSearchDescription>
« no previous file with comments | « components/search_engines/template_url_parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698