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

Unified Diff: chrome/browser/ui/cocoa/omnibox/omnibox_view_mac_unittest.mm

Issue 731423002: Remove OriginChip code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp file and bad merge Created 5 years, 10 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/cocoa/omnibox/omnibox_view_mac_unittest.mm
diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac_unittest.mm b/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac_unittest.mm
index 02a24063d12cf9eaf41fb6f625c9694698786ffd..c4fcf325581dcf06fc09cc7ae2dae4754b725246 100644
--- a/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac_unittest.mm
+++ b/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac_unittest.mm
@@ -69,7 +69,6 @@ class TestingToolbarModelDelegate : public ToolbarModelDelegate {
// Overridden from ToolbarModelDelegate:
content::WebContents* GetActiveWebContents() const override { return NULL; }
- bool InTabbedBrowser() const override { return true; }
private:
DISALLOW_COPY_AND_ASSIGN(TestingToolbarModelDelegate);
@@ -89,8 +88,6 @@ class TestingOmniboxEditController : public OmniboxEditController {
void OnChanged() override {}
void OnSetFocus() override {}
void ShowURL() override {}
- void HideURL() override {}
- void EndOriginChipAnimations(bool cancel_fade) override {}
InstantController* GetInstant() override { return NULL; }
content::WebContents* GetWebContents() override { return NULL; }
ToolbarModel* GetToolbarModel() override { return toolbar_model_; }
« no previous file with comments | « chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm ('k') | chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698