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

Unified Diff: third_party/xdg-utils/tests/xdg-mime/data/test2mime.xml

Issue 151098: Patch from mdm@google.com... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 11 years, 6 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: third_party/xdg-utils/tests/xdg-mime/data/test2mime.xml
===================================================================
--- third_party/xdg-utils/tests/xdg-mime/data/test2mime.xml (revision 0)
+++ third_party/xdg-utils/tests/xdg-mime/data/test2mime.xml (revision 0)
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
+ <mime-type type="text/x-xdg-testpattern">
+ <comment>xdg-utils mime 01 test</comment>
+ <glob pattern="*.xdg1test"/>
+ </mime-type>
+ <mime-type type="text/x-xdg-test2pattern">
+ <comment>xdg-utils mime 02 test</comment>
+ <glob pattern="*.xdg2test"/>
+ </mime-type>
+</mime-info>

Powered by Google App Engine
This is Rietveld 408576698