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

Unified Diff: chrome/browser/search_engines/template_url_model_unittest.cc

Issue 147145: Fix: Certain redirections remove sites from the history... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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/search_engines/template_url_model_unittest.cc
===================================================================
--- chrome/browser/search_engines/template_url_model_unittest.cc (revision 19705)
+++ chrome/browser/search_engines/template_url_model_unittest.cc (working copy)
@@ -671,7 +671,8 @@
history->AddPage(
GURL(WideToUTF8(t_url->url()->ReplaceSearchTerms(*t_url, L"blah", 0,
std::wstring()))),
- NULL, 0, GURL(), PageTransition::KEYWORD, HistoryService::RedirectList());
+ NULL, 0, GURL(), PageTransition::KEYWORD, HistoryService::RedirectList(),
+ false);
// Wait for history to finish processing the request.
profile_->BlockUntilHistoryProcessesPendingRequests();
« no previous file with comments | « chrome/browser/search_engines/template_url_model.cc ('k') | chrome/browser/tab_contents/navigation_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698