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

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

Issue 23895006: Make the Unix editing behavior the default (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Settings.cpp
diff --git a/Source/core/page/Settings.cpp b/Source/core/page/Settings.cpp
index 08eec31ecdd10799e8c14156680d80b7b9dfd20a..f27aa4b801ef86fb39e2e4c346f2511d5e0f60ec 100644
--- a/Source/core/page/Settings.cpp
+++ b/Source/core/page/Settings.cpp
@@ -94,11 +94,8 @@ static EditingBehaviorType editingBehaviorTypeForPlatform()
EditingWindowsBehavior
#elif OS(ANDROID)
EditingAndroidBehavior
-#elif OS(UNIX)
- EditingUnixBehavior
#else
- // Fallback
- EditingMacBehavior
+ EditingUnixBehavior
abarth-chromium 2013/09/08 22:42:49 Why not be explicit and then have a #error in the
#endif
;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698