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

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

Issue 302453002: New animation for the origin chip URL showing/hiding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test failure by checking for NULL extension Created 6 years, 7 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.h
diff --git a/chrome/browser/ui/toolbar/test_toolbar_model.h b/chrome/browser/ui/toolbar/test_toolbar_model.h
index f426056d222716f1376a3139a839bb507900c82b..f32890e7e076f19e276da498fdda29bbc377c27f 100644
--- a/chrome/browser/ui/toolbar/test_toolbar_model.h
+++ b/chrome/browser/ui/toolbar/test_toolbar_model.h
@@ -17,7 +17,7 @@ class TestToolbarModel : public ToolbarModel {
TestToolbarModel();
virtual ~TestToolbarModel();
virtual base::string16 GetText() const OVERRIDE;
- virtual base::string16 GetFormattedURL() const OVERRIDE;
+ virtual base::string16 GetFormattedURL(size_t* prefix_end) const OVERRIDE;
virtual base::string16 GetCorpusNameForMobile() const OVERRIDE;
virtual GURL GetURL() const OVERRIDE;
virtual bool WouldPerformSearchTermReplacement(

Powered by Google App Engine
This is Rietveld 408576698