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

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

Issue 299703005: Revert 271773 "Fix RlzLibTest by setting OmniboxLog.is_popup_ope..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/rlz/rlz_unittest.cc
===================================================================
--- trunk/src/chrome/browser/rlz/rlz_unittest.cc (revision 271789)
+++ trunk/src/chrome/browser/rlz/rlz_unittest.cc (working copy)
@@ -230,12 +230,9 @@
#endif
void RlzLibTest::SimulateOmniboxUsage() {
- // Set is_popup_open for the OmniboxLog to be true.
- OmniboxLog dummy = OmniboxLog(NULL, false, NULL, true, NULL, NULL, NULL, NULL,
- NULL, NULL, NULL, NULL);
tracker_.Observe(chrome::NOTIFICATION_OMNIBOX_OPENED_URL,
content::NotificationService::AllSources(),
- content::Details<OmniboxLog>(dummy));
+ content::Details<OmniboxLog>(NULL));
}
void RlzLibTest::SimulateHomepageUsage() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698