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

Unified Diff: chrome/test/automation/extension_proxy.h

Issue 8584013: gtest / gmock shouldn't be in the shipping product (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert t_a_p change Created 9 years, 1 month 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 | « chrome/test/automation/dom_element_proxy.cc ('k') | chrome/test/automation/extension_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/test/automation/dom_element_proxy.cc ('k') | chrome/test/automation/extension_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698