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

Unified Diff: sky/engine/core/page/Page.h

Issue 640143004: Remove context menus. (Closed) Base URL: git@github.com:domokit/mojo.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/page/EventHandler.cpp ('k') | sky/engine/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/Page.h
diff --git a/sky/engine/core/page/Page.h b/sky/engine/core/page/Page.h
index 822fb1186a14848ec4cbaff49b4321b1389ee2cb..cbf8a63fa7085e78b09668349b551ea566eef66a 100644
--- a/sky/engine/core/page/Page.h
+++ b/sky/engine/core/page/Page.h
@@ -43,8 +43,6 @@ class AutoscrollController;
class Chrome;
class ChromeClient;
class ClientRectList;
-class ContextMenuClient;
-class ContextMenuController;
class Document;
class DragCaretController;
class EditorClient;
@@ -82,7 +80,6 @@ public:
~PageClients();
ChromeClient* chromeClient;
- ContextMenuClient* contextMenuClient;
EditorClient* editorClient;
SpellCheckerClient* spellCheckerClient;
};
@@ -122,7 +119,6 @@ public:
AutoscrollController& autoscrollController() const { return *m_autoscrollController; }
DragCaretController& dragCaretController() const { return *m_dragCaretController; }
FocusController& focusController() const { return *m_focusController; }
- ContextMenuController& contextMenuController() const { return *m_contextMenuController; }
ScrollingCoordinator* scrollingCoordinator();
@@ -190,7 +186,6 @@ private:
const OwnPtr<Chrome> m_chrome;
const OwnPtrWillBeMember<DragCaretController> m_dragCaretController;
const OwnPtr<FocusController> m_focusController;
- const OwnPtrWillBeMember<ContextMenuController> m_contextMenuController;
OwnPtr<ScrollingCoordinator> m_scrollingCoordinator;
const OwnPtrWillBeMember<UndoStack> m_undoStack;
« no previous file with comments | « sky/engine/core/page/EventHandler.cpp ('k') | sky/engine/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698