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

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

Issue 1086973004: [Extensions Mac] Implement developer mode warning on mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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_actions_bar.h
diff --git a/chrome/browser/ui/toolbar/toolbar_actions_bar.h b/chrome/browser/ui/toolbar/toolbar_actions_bar.h
index 349736cbde1ecfea49466fe991ad0943f3650d48..e5d974b681b42b1ffcb1a10f64360d5d6e4a9184 100644
--- a/chrome/browser/ui/toolbar/toolbar_actions_bar.h
+++ b/chrome/browser/ui/toolbar/toolbar_actions_bar.h
@@ -36,8 +36,7 @@ class ToolbarActionViewController;
// (fka wrench) menu. The main bar can have only a single row of icons with
// flexible width, whereas the overflow bar has multiple rows of icons with a
// fixed width (the width of the menu).
-class ToolbarActionsBar : public extensions::ExtensionToolbarModel::Observer,
- public ToolbarActionsBarBubbleDelegate {
+class ToolbarActionsBar : public extensions::ExtensionToolbarModel::Observer {
public:
// A struct to contain the platform settings.
struct PlatformSettings {
@@ -123,9 +122,6 @@ class ToolbarActionsBar : public extensions::ExtensionToolbarModel::Observer,
int dropped_index,
DragType drag_type);
- // Returns true if the info bubble about the toolbar redesign should be shown.
- bool ShouldShowInfoBubble();
-
const std::vector<ToolbarActionViewController*>& toolbar_actions() const {
return toolbar_actions_.get();
}
@@ -177,10 +173,6 @@ class ToolbarActionsBar : public extensions::ExtensionToolbarModel::Observer,
void OnToolbarModelInitialized() override;
Browser* GetBrowser() override;
- // ToolbarActionsBarBubbleDelegate:
- void OnToolbarActionsBarBubbleShown() override;
- void OnToolbarActionsBarBubbleClosed(CloseAction action) override;
-
// Resizes the delegate (if necessary) to the preferred size using the given
// |tween_type| and optionally suppressing the chevron.
void ResizeDelegate(gfx::Tween::Type tween_type, bool suppress_chevron);

Powered by Google App Engine
This is Rietveld 408576698