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

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

Issue 5783004: Keep deinlining stuff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Well, it all compiles locally? Created 10 years 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
Index: chrome/test/automation/automation_proxy_uitest.h
diff --git a/chrome/test/automation/automation_proxy_uitest.h b/chrome/test/automation/automation_proxy_uitest.h
index 55da8cc8ee0b3ed7bc4268c403faab24b594f3c4..1f2c9f35c6d0bcab6108e609f213e5464e820c8c 100644
--- a/chrome/test/automation/automation_proxy_uitest.h
+++ b/chrome/test/automation/automation_proxy_uitest.h
@@ -35,9 +35,7 @@ class AutomationProxyVisibleTest : public UITest {
class ExternalTabUITestMockClient : public AutomationProxy {
public:
explicit ExternalTabUITestMockClient(int execution_timeout);
- ~ExternalTabUITestMockClient() {
- EXPECT_TRUE(host_window_ == NULL);
- }
+ virtual ~ExternalTabUITestMockClient();
MOCK_METHOD2(OnDidNavigate, void(int tab_handle,
const IPC::NavigationInfo& nav_info));

Powered by Google App Engine
This is Rietveld 408576698