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

Unified Diff: content/public/common/top_controls_state.h

Issue 1065813003: Apply automatic range checks to enum types across IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/search_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/top_controls_state.h
diff --git a/content/public/common/top_controls_state.h b/content/public/common/top_controls_state.h
index 7f71e6e451a11484c7bf84317fe2a6199cb1f1ca..4223b63641a520f4a5e50acdb811517e3266d252 100644
--- a/content/public/common/top_controls_state.h
+++ b/content/public/common/top_controls_state.h
@@ -13,6 +13,8 @@ enum TopControlsState {
TOP_CONTROLS_STATE_SHOWN = 1,
TOP_CONTROLS_STATE_HIDDEN = 2,
TOP_CONTROLS_STATE_BOTH = 3,
+
+ TOP_CONTROLS_STATE_LAST = TOP_CONTROLS_STATE_BOTH,
};
} // namespace content
« no previous file with comments | « chrome/common/search_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698