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

Unified Diff: chrome/test/automation/automation_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/chrome.gyp ('k') | chrome/test/automation/automation_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_proxy.h
diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h
index 834023e2f7bb5259d146b3ade2b0b2c459c851c4..db3366ca9388a3fc3158282ae380ea6dcde33b32 100644
--- a/chrome/test/automation/automation_proxy.h
+++ b/chrome/test/automation/automation_proxy.h
@@ -203,8 +203,9 @@ class AutomationProxy : public IPC::Channel::Listener,
scoped_refptr<ExtensionProxy> InstallExtension(const FilePath& extension_path,
bool with_ui);
- // Asserts that the next extension test result is true.
- void EnsureExtensionTestResult();
+ // Gets the next extension test result in |result|. Returns false if there
+ // was a problem sending the result querying RPC.
+ bool GetExtensionTestResult(bool* result, std::string* message);
// Resets to the default theme. Returns true on success.
bool ResetToDefaultTheme();
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/test/automation/automation_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698