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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller.h

Issue 2823743002: Revert of [Mac] The infobar's top arrow should be hidden while the omnibox popup is shown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 3 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/browser_window_controller.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
index d98a2b97ea141632fe5956be573f7bccb5f533aa..cdbe2d17aafc72bb6c0e8f10006e82ad9da548e3 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h
@@ -63,10 +63,6 @@
namespace extensions {
class Command;
-}
-
-namespace {
-class OmniboxPopupModelObserverBridge;
}
constexpr const gfx::Size kMinCocoaTabbedWindowSize(400, 272);
@@ -201,10 +197,6 @@
// handle.
std::unique_ptr<ExtensionKeybindingRegistryCocoa>
extensionKeybindingRegistry_;
-
- // Observes whether the omnibox popup is shown or hidden.
- std::unique_ptr<OmniboxPopupModelObserverBridge>
- omniboxPopupModelObserverBridge_;
}
// A convenience class method which gets the |BrowserWindowController| for a
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698