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

Unified Diff: webkit/common/webpreferences.h

Issue 147243004: Move common param trait enum's to IPC range-checked macros. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « ui/base/window_open_disposition_list.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/webpreferences.h
diff --git a/webkit/common/webpreferences.h b/webkit/common/webpreferences.h
index 0fadd26ed2e0c48c189259b08c5108ae62b4ba03..279c43fa46e5d506fbb8f8ae2bbe7bfa95b7eb11 100644
--- a/webkit/common/webpreferences.h
+++ b/webkit/common/webpreferences.h
@@ -38,7 +38,8 @@ enum EditingBehavior {
EDITING_BEHAVIOR_MAC,
EDITING_BEHAVIOR_WIN,
EDITING_BEHAVIOR_UNIX,
- EDITING_BEHAVIOR_ANDROID
+ EDITING_BEHAVIOR_ANDROID,
+ EDITING_BEHAVIOR_LAST = EDITING_BEHAVIOR_ANDROID
};
« no previous file with comments | « ui/base/window_open_disposition_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698