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

Side by Side Diff: extensions/browser/PRESUBMIT_test_new_file_6.txt

Issue 170233008: Add presubmit check and automatic update script for ExtensionPermission enum. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nits Created 6 years, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 // End enum marker is before start enum marker
2
3 // Last entry: Add new entries above and ensure to update
4 // tools/metrics/histograms/histograms/histograms.xml.
5 ENUM_BOUNDARY
6 //
7 enum HistogramValue {
8 UNKNOWN = 0,
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698