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

Side by Side Diff: extensions/browser/PRESUBMIT_test_new_file_1.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: 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
« no previous file with comments | « extensions/browser/PRESUBMIT_test.py ('k') | extensions/browser/PRESUBMIT_test_new_file_10.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
6 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
7
8
9 namespace extensions {
10 namespace functions {
11
12 //
13 // This is some comment.
14 // This is another comment.
15 // This is yet another comment.
16 //
17 enum HistogramValue {
18 UNKNOWN = 0,
19 WEBNAVIGATION_GETALLFRAMES,
20 BROWSINGDATA_REMOVEWEBSQL,
21 WALLPAPERPRIVATE_SETCUSTOMWALLPAPERLAYOUT,
22 DOWNLOADSINTERNAL_DETERMINEFILENAME,
23 SYNCFILESYSTEM_GETFILESYNCSTATUSES,
24 MEDIAGALLERIESPRIVATE_GETHANDLERS,
25 WALLPAPERPRIVATE_RESETWALLPAPER,
26 VALID_INSERTION,
27 // Last entry: Add new entries above and ensure to update
28 // tools/metrics/histograms/histograms/histograms.xml.
29 ENUM_BOUNDARY
30 };
31
32 } // namespace functions
33 } // namespace extensions
34
35 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « extensions/browser/PRESUBMIT_test.py ('k') | extensions/browser/PRESUBMIT_test_new_file_10.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698