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

Unified Diff: chrome/browser/extensions/activity_log/uma_policy.h

Issue 270623005: Update ActivityLog detection to use previous values, hrefs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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: chrome/browser/extensions/activity_log/uma_policy.h
diff --git a/chrome/browser/extensions/activity_log/uma_policy.h b/chrome/browser/extensions/activity_log/uma_policy.h
index ef4894f16048301794c1b4c8ef7843abb33636ab..29d41db6d4a98c02d67a035f5552612994c31c59 100644
--- a/chrome/browser/extensions/activity_log/uma_policy.h
+++ b/chrome/browser/extensions/activity_log/uma_policy.h
@@ -48,6 +48,8 @@ class UmaPolicy : public ActivityLogPolicy,
AD_INJECTED,
AD_REMOVED,
AD_REPLACED,
+ AD_LIKELY_INJECTED,
+ AD_LIKELY_REPLACED,
MAX_STATUS // Insert new page statuses right before this one.
};

Powered by Google App Engine
This is Rietveld 408576698