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

Unified Diff: chrome/browser/ui/toolbar/toolbar_model_unittest.cc

Issue 10908226: Introduces a search term extraction mechanism working for arbitrary search providers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 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/ui/toolbar/toolbar_model_unittest.cc
diff --git a/chrome/browser/ui/toolbar/toolbar_model_unittest.cc b/chrome/browser/ui/toolbar/toolbar_model_unittest.cc
index 9a5405832dc9152242584f0465fe9c99ce289f0e..8ef5dd3c6122b17f1d9d0c7029512ea7d1064423 100644
--- a/chrome/browser/ui/toolbar/toolbar_model_unittest.cc
+++ b/chrome/browser/ui/toolbar/toolbar_model_unittest.cc
@@ -85,8 +85,8 @@ struct TestItem {
GURL("http://google.com/search?q=tractor+supply"),
ASCIIToUTF16("google.com/search?q=tractor+supply"),
ASCIIToUTF16("google.com/search?q=tractor+supply"),
- ASCIIToUTF16("google.com/search?q=tractor+supply"),
- false,
+ ASCIIToUTF16("tractor supply"),
+ true,
true
},
{

Powered by Google App Engine
This is Rietveld 408576698