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

Side by Side Diff: content/browser/frame_host/popup_menu_helper_mac.h

Issue 631013003: Replacing the OVERRIDE with override and FINAL with final in content/browser/frame_host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CONTENT_BROWSER_FRAME_HOST_POPUP_MENU_HELPER_MAC_H_ 5 #ifndef CONTENT_BROWSER_FRAME_HOST_POPUP_MENU_HELPER_MAC_H_
6 #define CONTENT_BROWSER_FRAME_HOST_POPUP_MENU_HELPER_MAC_H_ 6 #define CONTENT_BROWSER_FRAME_HOST_POPUP_MENU_HELPER_MAC_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 45
46 // Immediately return from ShowPopupMenu. 46 // Immediately return from ShowPopupMenu.
47 CONTENT_EXPORT static void DontShowPopupMenuForTesting(); 47 CONTENT_EXPORT static void DontShowPopupMenuForTesting();
48 48
49 protected: 49 protected:
50 virtual RenderWidgetHostViewMac* GetRenderWidgetHostView() const; 50 virtual RenderWidgetHostViewMac* GetRenderWidgetHostView() const;
51 51
52 // NotificationObserver implementation: 52 // NotificationObserver implementation:
53 virtual void Observe(int type, 53 virtual void Observe(int type,
54 const NotificationSource& source, 54 const NotificationSource& source,
55 const NotificationDetails& details) OVERRIDE; 55 const NotificationDetails& details) override;
56 56
57 NotificationRegistrar notification_registrar_; 57 NotificationRegistrar notification_registrar_;
58 RenderFrameHostImpl* render_frame_host_; 58 RenderFrameHostImpl* render_frame_host_;
59 WebMenuRunner* menu_runner_; 59 WebMenuRunner* menu_runner_;
60 bool popup_was_hidden_; 60 bool popup_was_hidden_;
61 61
62 DISALLOW_COPY_AND_ASSIGN(PopupMenuHelper); 62 DISALLOW_COPY_AND_ASSIGN(PopupMenuHelper);
63 }; 63 };
64 64
65 } // namespace content 65 } // namespace content
66 66
67 #endif // CONTENT_BROWSER_FRAME_HOST_POPUP_MENU_HELPER_MAC_H_ 67 #endif // CONTENT_BROWSER_FRAME_HOST_POPUP_MENU_HELPER_MAC_H_
OLDNEW
« no previous file with comments | « content/browser/frame_host/navigator_impl.h ('k') | content/browser/frame_host/render_frame_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698