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

Unified Diff: chrome/browser/rlz/rlz_unittest.cc

Issue 795343002: Omnibox Watcher: Don't Flag Incidents that are Paste+Enter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix rlz unittest Created 6 years 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/rlz/rlz_unittest.cc
diff --git a/chrome/browser/rlz/rlz_unittest.cc b/chrome/browser/rlz/rlz_unittest.cc
index 6a2f26ec762bd11c8a0a583cff2bb7e157028901..137c34fddba4aaa9d5de5ad9eddab4acc9cd88d2 100644
--- a/chrome/browser/rlz/rlz_unittest.cc
+++ b/chrome/browser/rlz/rlz_unittest.cc
@@ -238,7 +238,7 @@ void RlzLibTest::SimulateOmniboxUsage() {
// with empty or invalid values.
AutocompleteResult empty_result;
OmniboxLog dummy(base::string16(), false, metrics::OmniboxInputType::INVALID,
- true, 0, false, -1,
+ true, 0, false, false, -1,
metrics::OmniboxEventProto::INVALID_SPEC,
base::TimeDelta::FromSeconds(0), 0,
base::TimeDelta::FromSeconds(0),
« no previous file with comments | « chrome/browser/omnibox/omnibox_log.cc ('k') | chrome/browser/safe_browsing/incident_reporting/omnibox_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698