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

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

Issue 200783003: [OriginChip] Add animations for the hiding and showing of the chip. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to comments, merge Created 6 years, 9 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/test_toolbar_model.cc
diff --git a/chrome/browser/ui/toolbar/test_toolbar_model.cc b/chrome/browser/ui/toolbar/test_toolbar_model.cc
index 1d1126360800dc0ef05c0bc8ed35d17cd516c79d..f086bcb70c715698c806c0f566f58c0f738c86b7 100644
--- a/chrome/browser/ui/toolbar/test_toolbar_model.cc
+++ b/chrome/browser/ui/toolbar/test_toolbar_model.cc
@@ -20,6 +20,10 @@ base::string16 TestToolbarModel::GetText() const {
return text_;
}
+base::string16 TestToolbarModel::GetFormattedURL() const {
+ return text_;
+}
+
base::string16 TestToolbarModel::GetCorpusNameForMobile() const {
return base::string16();
}

Powered by Google App Engine
This is Rietveld 408576698