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

Unified Diff: Source/core/loader/EmptyClients.h

Issue 26237004: Remove unused editing related member functions from WebViewClient (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2013-10-09T17:59:14 Created 7 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 | « Source/core/editing/TypingCommand.cpp ('k') | Source/core/page/DragController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/EmptyClients.h
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
index 7cc68aac532430109bd352f2feed8dd5394e3e94..01a69d6c751d3d09560ca75540dd1762d2d275ac 100644
--- a/Source/core/loader/EmptyClients.h
+++ b/Source/core/loader/EmptyClients.h
@@ -266,25 +266,14 @@ public:
EmptyEditorClient() { }
virtual ~EmptyEditorClient() { }
- virtual bool shouldDeleteRange(Range*) OVERRIDE { return false; }
virtual bool smartInsertDeleteEnabled() OVERRIDE { return false; }
virtual bool isSelectTrailingWhitespaceEnabled() OVERRIDE { return false; }
virtual bool isContinuousSpellCheckingEnabled() OVERRIDE { return false; }
virtual void toggleContinuousSpellChecking() OVERRIDE { }
virtual bool isGrammarCheckingEnabled() OVERRIDE { return false; }
- virtual bool shouldBeginEditing(Range*) OVERRIDE { return false; }
- virtual bool shouldEndEditing(Range*) OVERRIDE { return false; }
- virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction) OVERRIDE { return false; }
- virtual bool shouldInsertText(const String&, Range*, EditorInsertAction) OVERRIDE { return false; }
- virtual bool shouldChangeSelectedRange(Range*, Range*, EAffinity, bool) OVERRIDE { return false; }
-
- virtual bool shouldApplyStyle(StylePropertySet*, Range*) OVERRIDE { return false; }
-
- virtual void didBeginEditing() OVERRIDE { }
virtual void respondToChangedContents() OVERRIDE { }
virtual void respondToChangedSelection(Frame*) OVERRIDE { }
- virtual void didEndEditing() OVERRIDE { }
virtual void didCancelCompositionOnSelectionChange() OVERRIDE { }
virtual void registerUndoStep(PassRefPtr<UndoStep>) OVERRIDE;
« no previous file with comments | « Source/core/editing/TypingCommand.cpp ('k') | Source/core/page/DragController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698