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

Unified Diff: third_party/libxml/chromium/libxml_utils.h

Issue 23132002: GTTF: Add a basic new unit test launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed gyp cycle Created 7 years, 4 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 | « content/public/test/test_launcher.cc ('k') | third_party/libxml/chromium/libxml_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/chromium/libxml_utils.h
diff --git a/third_party/libxml/chromium/libxml_utils.h b/third_party/libxml/chromium/libxml_utils.h
index 80d05f67d8df1a66fe3b5fe280af96fb34fbabd7..9091f491b48d9018e6c40534ec7119762b469e72 100644
--- a/third_party/libxml/chromium/libxml_utils.h
+++ b/third_party/libxml/chromium/libxml_utils.h
@@ -73,6 +73,9 @@ class XmlReader {
// returns true and |value| is set to "a".
bool NodeAttribute(const char* name, std::string* value);
+ // Returns true if the node is a closing element (e.g. </foo>).
+ bool IsClosingElement();
+
// Helper functions not provided by libxml ----------------------------------
// Return the string content within an element.
« no previous file with comments | « content/public/test/test_launcher.cc ('k') | third_party/libxml/chromium/libxml_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698