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

Unified Diff: content/public/common/security_style.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/console_message_level.h ('k') | ui/base/window_open_disposition_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/security_style.h
diff --git a/content/public/common/security_style.h b/content/public/common/security_style.h
index 84c10a55b53c0a7c4f65946574d03c3fd4fa1184..94cd0ed99d9eaee70cb84135ae0f95f6f24f1f3f 100644
--- a/content/public/common/security_style.h
+++ b/content/public/common/security_style.h
@@ -31,6 +31,7 @@ enum SecurityStyle {
// SECURITY_STYLE_AUTHENTICATED indicates that we successfully retrieved this
// object over an authenticated protocol, such as HTTPS.
SECURITY_STYLE_AUTHENTICATED,
+ SECURITY_STYLE_LAST = SECURITY_STYLE_AUTHENTICATED
};
} // namespace content
« no previous file with comments | « content/public/common/console_message_level.h ('k') | ui/base/window_open_disposition_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698