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

Unified Diff: public/web/WebFrameClient.h

Issue 339133004: Removed the frame parameter from didChangeBrandColor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address comment Created 6 years, 6 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
« Source/web/FrameLoaderClientImpl.cpp ('K') | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrameClient.h
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
index 3f76ede04069ffb058db2ce7d56801b2d4cf6ed3..c75af85905b11ef96cd2721abf456cf2209cc0b1 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -267,7 +267,7 @@ public:
virtual void didChangeManifest(WebLocalFrame*) { }
// The frame's brand color has changed.
- virtual void didChangeBrandColor(WebLocalFrame*) { }
+ virtual void didChangeBrandColor() { }
abarth-chromium 2014/06/17 21:52:48 This change isn't correct. We always pass WebLoca
jam 2014/06/17 22:45:05 Adam: this was originally done since the WebFrameC
// Misc ----------------------------------------------------------------
« Source/web/FrameLoaderClientImpl.cpp ('K') | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698