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

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

Issue 12463042: Shows chrome-extension urls and greys out the whole url. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed mac typos and fixed unit test Created 7 years, 8 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 77fb131365d71656a5ae317570366a3f529fefe0..ac9ea80a515ba420fbf5eab4f64a53aae2c80aca 100644
--- a/chrome/browser/ui/toolbar/toolbar_model_unittest.cc
+++ b/chrome/browser/ui/toolbar/toolbar_model_unittest.cc
@@ -59,11 +59,11 @@ struct TestItem {
},
{
GURL("chrome-extension://monkey/balls.html"),
- string16(),
- string16(),
- string16(),
+ ASCIIToUTF16("chrome-extension://monkey/balls.html"),
+ ASCIIToUTF16("chrome-extension://monkey/balls.html"),
+ ASCIIToUTF16("chrome-extension://monkey/balls.html"),
false,
- false
+ true
},
{
GURL("chrome://newtab/"),
« no previous file with comments | « chrome/browser/ui/toolbar/toolbar_model_impl.cc ('k') | chrome/browser/ui/views/omnibox/omnibox_view_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698