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

Unified Diff: chrome/common/search_provider.h

Issue 598393002: Apply automatic range checks to /chrome enum types across IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « chrome/common/render_messages.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/search_provider.h
diff --git a/chrome/common/search_provider.h b/chrome/common/search_provider.h
index c1daea6aa51bb774de961763c80abf93f6afeee7..d55416c6c6bdf55129c63f7ecd7d32b6ba8af2c0 100644
--- a/chrome/common/search_provider.h
+++ b/chrome/common/search_provider.h
@@ -14,6 +14,7 @@ enum OSDDType {
// The Open Search Description URL was given by Javascript.
EXPLICIT_PROVIDER,
+ OSDD_TYPE_LAST = EXPLICIT_PROVIDER
};
// The install state of the search provider (not installed, installed, default).
« no previous file with comments | « chrome/common/render_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698