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

Side by Side Diff: chrome/browser/ui/cocoa/extensions/extension_action_platform_delegate_cocoa.h

Issue 1092033006: [Mac/Cleanup] Trim down Foundation.h and ApplicationServices.h includes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include -> import Created 5 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_COCOA_EXTENSIONS_EXTENSION_ACTION_PLATFORM_DELEGATE_CO COA_H_ 5 #ifndef CHROME_BROWSER_UI_COCOA_EXTENSIONS_EXTENSION_ACTION_PLATFORM_DELEGATE_CO COA_H_
6 #define CHROME_BROWSER_UI_COCOA_EXTENSIONS_EXTENSION_ACTION_PLATFORM_DELEGATE_CO COA_H_ 6 #define CHROME_BROWSER_UI_COCOA_EXTENSIONS_EXTENSION_ACTION_PLATFORM_DELEGATE_CO COA_H_
7 7
8 #include "base/mac/scoped_nsobject.h" 8 #import <Foundation/Foundation.h>
9
9 #include "chrome/browser/ui/extensions/extension_action_platform_delegate.h" 10 #include "chrome/browser/ui/extensions/extension_action_platform_delegate.h"
10 #include "content/public/browser/notification_observer.h" 11 #include "content/public/browser/notification_observer.h"
11 #include "content/public/browser/notification_registrar.h" 12 #include "content/public/browser/notification_registrar.h"
12 13
13 @class ExtensionPopupController; 14 @class ExtensionPopupController;
14 15
15 // The Cocoa-specific implementation for ExtensionActionPlatformDelegate. 16 // The Cocoa-specific implementation for ExtensionActionPlatformDelegate.
16 class ExtensionActionPlatformDelegateCocoa 17 class ExtensionActionPlatformDelegateCocoa
17 : public ExtensionActionPlatformDelegate, 18 : public ExtensionActionPlatformDelegate,
18 public content::NotificationObserver { 19 public content::NotificationObserver {
(...skipping 22 matching lines...) Expand all
41 42
42 // The main controller for this extension action. 43 // The main controller for this extension action.
43 ExtensionActionViewController* controller_; 44 ExtensionActionViewController* controller_;
44 45
45 content::NotificationRegistrar registrar_; 46 content::NotificationRegistrar registrar_;
46 47
47 DISALLOW_COPY_AND_ASSIGN(ExtensionActionPlatformDelegateCocoa); 48 DISALLOW_COPY_AND_ASSIGN(ExtensionActionPlatformDelegateCocoa);
48 }; 49 };
49 50
50 #endif // CHROME_BROWSER_UI_COCOA_EXTENSIONS_EXTENSION_ACTION_PLATFORM_DELEGATE _COCOA_H_ 51 #endif // CHROME_BROWSER_UI_COCOA_EXTENSIONS_EXTENSION_ACTION_PLATFORM_DELEGATE _COCOA_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h ('k') | chrome/browser/ui/cocoa/extensions/extension_view_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698