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

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

Issue 15179002: Remove code that is unused after ContextMenu cleanup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove canHandleRequest code from DRT Created 7 years, 7 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/Page.cpp ('k') | Source/core/page/Settings.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Settings.h
diff --git a/Source/core/page/Settings.h b/Source/core/page/Settings.h
index 4f5bd4a1e12182603eb1145ac9b24460d4332ce8..3653fa03cfb238aaa7c62e7f353007441ded19e6 100644
--- a/Source/core/page/Settings.h
+++ b/Source/core/page/Settings.h
@@ -50,12 +50,6 @@ enum EditableLinkBehavior {
EditableLinkNeverLive
};
-enum TextDirectionSubmenuInclusionBehavior {
- TextDirectionSubmenuNeverIncluded,
- TextDirectionSubmenuAutomaticallyIncluded,
- TextDirectionSubmenuAlwaysIncluded
-};
-
// UScriptCode uses -1 and 0 for UScriptInvalidCode and UScriptCommon.
// We need to use -2 and -3 for empty value and deleted value.
struct UScriptCodeHashTraits : WTF::GenericHashTraits<int> {
« no previous file with comments | « Source/core/page/Page.cpp ('k') | Source/core/page/Settings.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698