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

Unified Diff: chrome/browser/ui/cocoa/extensions/extension_toolbar_icon_surfacing_bubble_mac.h

Issue 1086973004: [Extensions Mac] Implement developer mode warning on mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avi's 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/cocoa/extensions/extension_toolbar_icon_surfacing_bubble_mac.h
diff --git a/chrome/browser/ui/cocoa/extensions/extension_toolbar_icon_surfacing_bubble_mac.h b/chrome/browser/ui/cocoa/extensions/extension_toolbar_icon_surfacing_bubble_mac.h
deleted file mode 100644
index b40777c7060367f9f5f403da9cf8189bf9f4098e..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/cocoa/extensions/extension_toolbar_icon_surfacing_bubble_mac.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_UI_COCOA_EXTENSIONS_EXTENSION_TOOLBAR_ICON_SURFACING_BUBBLE_MAC_H_
-#define CHROME_BROWSER_UI_COCOA_EXTENSIONS_EXTENSION_TOOLBAR_ICON_SURFACING_BUBBLE_MAC_H_
-
-#import <Cocoa/Cocoa.h>
-
-#import "chrome/browser/ui/cocoa/base_bubble_controller.h"
-
-class ToolbarActionsBarBubbleDelegate;
-
-// A bubble for a short user education for the new extension toolbar.
-@interface ExtensionToolbarIconSurfacingBubbleMac : BaseBubbleController {
- // Whether or not the bubble has been acknowledged.
- BOOL acknowledged_;
-
- ToolbarActionsBarBubbleDelegate* delegate_;
-}
-
-// Creates the bubble for a parent window but does not show it.
-- (id)initWithParentWindow:(NSWindow*)parentWindow
- anchorPoint:(NSPoint)anchorPoint
- delegate:(ToolbarActionsBarBubbleDelegate*)delegate;
-
-@end
-
-#endif // CHROME_BROWSER_UI_COCOA_EXTENSIONS_EXTENSION_TOOLBAR_ICON_SURFACING_BUBBLE_MAC_H_

Powered by Google App Engine
This is Rietveld 408576698