Index: chrome/test/automation/dom_element_proxy.h |
diff --git a/chrome/test/automation/dom_element_proxy.h b/chrome/test/automation/dom_element_proxy.h |
index d1e1b7150bc8bd1f854145940692033a24f2f18c..723a464b141a9df300e2becbe5892feb7edaef9b 100644 |
--- a/chrome/test/automation/dom_element_proxy.h |
+++ b/chrome/test/automation/dom_element_proxy.h |
@@ -144,6 +144,7 @@ class DOMElementProxy : public JavaScriptObjectProxy { |
// Retrieves all the text in this element. This includes the value |
// of textfields and inputs. Returns true on success. |
bool GetText(std::string* text); |
+ bool GetInnerText(std::string* text); |
// Retrieves the element's inner HTML. Returns true on success. |
bool GetInnerHTML(std::string* html); |