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

Unified Diff: Source/WebCore/editing/Editor.h

Issue 13954003: Remove mail blockquote special case handling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/WebCore/editing/Editor.h
diff --git a/Source/WebCore/editing/Editor.h b/Source/WebCore/editing/Editor.h
index 2d60a22eb7f3fa0504c32ab6520e1452b8da5e28..8abbfd6a610c34e78274f6641cc7a4abdf7040fb 100644
--- a/Source/WebCore/editing/Editor.h
+++ b/Source/WebCore/editing/Editor.h
@@ -207,10 +207,6 @@ public:
bool insertTextWithoutSendingTextEvent(const String&, bool selectInsertedText, TextEvent* triggeringEvent);
bool insertLineBreak();
bool insertParagraphSeparator();
-
-#if PLATFORM(MAC)
- bool insertParagraphSeparatorInQuotedContent();
-#endif
bool isContinuousSpellCheckingEnabled() const;
void toggleContinuousSpellChecking();

Powered by Google App Engine
This is Rietveld 408576698