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

Unified Diff: ui/base/window_open_disposition_list.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 | « content/public/common/security_style.h ('k') | webkit/common/webpreferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/window_open_disposition_list.h
diff --git a/ui/base/window_open_disposition_list.h b/ui/base/window_open_disposition_list.h
index f7676f118e30e2470a04032d1d026a7cbe742e53..1d3c97b37e476def5d50772a686934ae39d38719 100644
--- a/ui/base/window_open_disposition_list.h
+++ b/ui/base/window_open_disposition_list.h
@@ -17,3 +17,5 @@ WINDOW_OPEN_DISPOSITION(NEW_WINDOW, 7)
WINDOW_OPEN_DISPOSITION(SAVE_TO_DISK, 8)
WINDOW_OPEN_DISPOSITION(OFF_THE_RECORD, 9)
WINDOW_OPEN_DISPOSITION(IGNORE_ACTION, 10)
+// Update when adding a new disposition.
+WINDOW_OPEN_DISPOSITION(WINDOW_OPEN_DISPOSITION_LAST, 10)
« no previous file with comments | « content/public/common/security_style.h ('k') | webkit/common/webpreferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698