Index: chrome/test/automation/extension_proxy.h |
diff --git a/chrome/test/automation/extension_proxy.h b/chrome/test/automation/extension_proxy.h |
index ac4d7ecbae23098c59982344320d92ab28a789eb..1325ae9ec0268da598c4a208ecbf645464021431 100644 |
--- a/chrome/test/automation/extension_proxy.h |
+++ b/chrome/test/automation/extension_proxy.h |
@@ -65,19 +65,6 @@ class ExtensionProxy : public AutomationResourceProxy { |
// does not have a browser action in the toolbar. Returns true on success. |
bool GetBrowserActionIndex(int* index) WARN_UNUSED_RESULT; |
- // Asserts that |expected_id| matches this extension's id. |
- void EnsureIdMatches(const std::string& expected_id); |
- |
- // Asserts that |expected_name| matches this extension's name. |
- void EnsureNameMatches(const std::string& expected_name); |
- |
- // Asserts that |expected_version| matches this extension's name. |
- void EnsureVersionMatches(const std::string& expected_version); |
- |
- // Asserts that |expected_index| matches the index (zero-based) of this |
- // extension's browser action in the browser action toolbar. |
- void EnsureBrowserActionIndexMatches(int expected_index); |
- |
private: |
// Gets the string value of the property of type |type|. Returns true on |
// success. |