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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura_unittest.cc

Issue 11416292: Revert 170477 - Removes the |event| parameter from ActivationDelegate::ShouldActivate and makes the… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | ui/aura/client/activation_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_view_aura_unittest.cc
===================================================================
--- content/browser/renderer_host/render_widget_host_view_aura_unittest.cc (revision 170548)
+++ content/browser/renderer_host/render_widget_host_view_aura_unittest.cc (working copy)
@@ -138,7 +138,7 @@
// Check that we'll also say it's okay to activate the window when there's an
// ActivationClient defined.
- EXPECT_TRUE(view_->ShouldActivate());
+ EXPECT_TRUE(view_->ShouldActivate(NULL));
}
// Checks that a fullscreen view is destroyed when it loses the focus.
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | ui/aura/client/activation_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698