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

Unified Diff: chrome/browser/extensions/activity_log/ad_injection_browsertest.cc

Issue 242303002: Add implementation for Ad Networks Database (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Latest master Created 6 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
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/extensions/activity_log/ad_network_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/activity_log/ad_injection_browsertest.cc
diff --git a/chrome/browser/extensions/activity_log/ad_injection_browsertest.cc b/chrome/browser/extensions/activity_log/ad_injection_browsertest.cc
index 2df700d1628031ccf2761a79467d12487857dd43..a46a861762947f6fbbb80705c3f4a6d81810f583 100644
--- a/chrome/browser/extensions/activity_log/ad_injection_browsertest.cc
+++ b/chrome/browser/extensions/activity_log/ad_injection_browsertest.cc
@@ -91,9 +91,10 @@ class TestAdNetworkDatabase : public AdNetworkDatabase {
public:
TestAdNetworkDatabase();
virtual ~TestAdNetworkDatabase();
- virtual bool IsAdNetwork(const GURL& url) const OVERRIDE;
private:
+ virtual bool IsAdNetwork(const GURL& url) const OVERRIDE;
+
GURL ad_network_url_;
};
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/extensions/activity_log/ad_network_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698