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() { |