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

Unified Diff: content/browser/web_contents/web_contents_impl_unittest.cc

Issue 1319073003: Organize Layout Hooks (content-side). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments tweaked. Created 5 years, 4 months 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/web_contents/web_contents_impl.cc ('k') | content/common/frame_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_impl_unittest.cc
diff --git a/content/browser/web_contents/web_contents_impl_unittest.cc b/content/browser/web_contents/web_contents_impl_unittest.cc
index b3fdba704a1bcea4a805fe5f8ce23ea97e32001f..04e6fdd97f25c6c2212bac776e0a21881e63c35c 100644
--- a/content/browser/web_contents/web_contents_impl_unittest.cc
+++ b/content/browser/web_contents/web_contents_impl_unittest.cc
@@ -3299,7 +3299,7 @@ TEST_F(WebContentsImplTest, ThemeColorChangeDependingOnFirstVisiblePaint) {
// propagate the current theme color to the delegates.
RenderViewHostTester::TestOnMessageReceived(
test_rvh(),
- FrameHostMsg_DidFirstVisuallyNonEmptyPaint(rfh->GetRoutingID()));
+ ViewHostMsg_DidFirstVisuallyNonEmptyPaint(rfh->GetRoutingID()));
EXPECT_EQ(SK_ColorRED, contents()->GetThemeColor());
EXPECT_EQ(SK_ColorRED, observer.last_theme_color());
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/common/frame_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698