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

Unified Diff: components/subresource_filter/content/browser/content_subresource_filter_driver_factory_unittest.cc

Issue 2795053002: [subresource_filter] Implement the "Smart" UI on Android (Closed)
Patch Set: raymes review Created 3 years, 8 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
Index: components/subresource_filter/content/browser/content_subresource_filter_driver_factory_unittest.cc
diff --git a/components/subresource_filter/content/browser/content_subresource_filter_driver_factory_unittest.cc b/components/subresource_filter/content/browser/content_subresource_filter_driver_factory_unittest.cc
index b230b216a937540c3ab06ec71df1758cda36272e..4be2b48099a10d4cd5fda81d23c4e474b17db45a 100644
--- a/components/subresource_filter/content/browser/content_subresource_filter_driver_factory_unittest.cc
+++ b/components/subresource_filter/content/browser/content_subresource_filter_driver_factory_unittest.cc
@@ -200,6 +200,10 @@ class MockSubresourceFilterClient : public SubresourceFilterClient {
return ruleset_dealer_;
}
+ void OnActivationComputed(
+ const GURL& url,
+ const subresource_filter::ActivationState& state) override {}
+
MOCK_METHOD1(ToggleNotificationVisibility, void(bool));
private:

Powered by Google App Engine
This is Rietveld 408576698