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

Unified Diff: chrome/common/safe_browsing/csd.proto

Issue 720163003: Safe Browsing: Add Omnibox Interaction Incident Reporter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo Created 6 years, 1 month 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/common/safe_browsing/csd.proto
diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto
index ca77f3b91ef5c8e59ede8c7f8a0751e7231c9ec0..3bb113938060cd1b99dd1a754d7941271296b87d 100644
--- a/chrome/common/safe_browsing/csd.proto
+++ b/chrome/common/safe_browsing/csd.proto
@@ -362,10 +362,14 @@ message ClientIncidentReport {
optional string version = 3;
optional bool blacklist_initialized = 4;
}
+ message OmniboxIncident {
+ optional string destination_url = 1;
+ }
optional int64 incident_time_msec = 1;
optional TrackedPreferenceIncident tracked_preference = 2;
optional BinaryIntegrityIncident binary_integrity = 3;
optional BlacklistLoadIncident blacklist_load = 4;
+ optional OmniboxIncident omnibox_interaction = 5;
grt (UTC plus 2) 2014/11/15 17:56:15 omnibox_interaction -> omnibox for consistency's s
Mark P 2014/11/18 00:54:44 Did the latter.
}
repeated IncidentData incident = 1;

Powered by Google App Engine
This is Rietveld 408576698