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

Unified Diff: Source/core/page/Chrome.h

Issue 13851023: Remove ChromeClient cruft (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 7 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
« no previous file with comments | « Source/core/page/AutoscrollController.cpp ('k') | Source/core/page/Chrome.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Chrome.h
diff --git a/Source/core/page/Chrome.h b/Source/core/page/Chrome.h
index 48afad7c82f62b8e7234cc5265b4f7545a4dcc1c..dd24ef60d4856bb9e30001e5a7a4c7ad499e6169 100644
--- a/Source/core/page/Chrome.h
+++ b/Source/core/page/Chrome.h
@@ -64,7 +64,6 @@ public:
ChromeClient* client() { return m_client; }
// HostWindow methods.
- virtual void invalidateRootView(const IntRect&) OVERRIDE;
virtual void invalidateContentsAndRootView(const IntRect&) OVERRIDE;
virtual void invalidateContentsForSlowScroll(const IntRect&) OVERRIDE;
virtual void scroll(const IntSize&, const IntRect&, const IntRect&) OVERRIDE;
@@ -94,7 +93,6 @@ public:
void takeFocus(FocusDirection) const;
void focusedNodeChanged(Node*) const;
- void focusedFrameChanged(Frame*) const;
Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&) const;
void show() const;
@@ -126,7 +124,6 @@ public:
bool runJavaScriptConfirm(Frame*, const String&);
bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result);
void setStatusbarText(Frame*, const String&);
- bool shouldInterruptJavaScript();
IntRect windowResizerRect() const;
@@ -147,10 +144,6 @@ public:
void dispatchViewportPropertiesDidChange(const ViewportArguments&) const;
- bool requiresFullscreenForVideoPlayback();
-
- bool selectItemWritingDirectionIsNatural();
- bool selectItemAlignmentFollowsMenuWritingDirection();
bool hasOpenedPopup() const;
PassRefPtr<PopupMenu> createPopupMenu(PopupMenuClient*) const;
PassRefPtr<SearchPopupMenu> createSearchPopupMenu(PopupMenuClient*) const;
« no previous file with comments | « Source/core/page/AutoscrollController.cpp ('k') | Source/core/page/Chrome.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698