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

Side by Side Diff: extensions/browser/extension_function_histogram_value.h

Issue 1232553003: Add new certificateProvider extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
1 // Copyright 2014 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 5 #ifndef EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
6 #define EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 6 #define EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
7 7
8 namespace extensions { 8 namespace extensions {
9 namespace functions { 9 namespace functions {
10 10
(...skipping 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 WEBCAMPRIVATE_CLOSEWEBCAM, 1113 WEBCAMPRIVATE_CLOSEWEBCAM,
1114 SERIAL_SETBREAK, 1114 SERIAL_SETBREAK,
1115 SERIAL_CLEARBREAK, 1115 SERIAL_CLEARBREAK,
1116 EXTENSIONVIEWINTERNAL_LOADSRC, 1116 EXTENSIONVIEWINTERNAL_LOADSRC,
1117 EXTENSIONVIEWINTERNAL_PARSESRC, 1117 EXTENSIONVIEWINTERNAL_PARSESRC,
1118 HID_GETUSERSELECTEDDEVICES, 1118 HID_GETUSERSELECTEDDEVICES,
1119 FILESYSTEMPROVIDERINTERNAL_GETACTIONSREQUESTEDSUCCESS, 1119 FILESYSTEMPROVIDERINTERNAL_GETACTIONSREQUESTEDSUCCESS,
1120 WEBSTOREPRIVATE_SHOWPERMISSIONPROMPTFORDELEGATEDBUNDLEINSTALL, 1120 WEBSTOREPRIVATE_SHOWPERMISSIONPROMPTFORDELEGATEDBUNDLEINSTALL,
1121 FILEMANAGERPRIVATE_GETENTRYACTIONS, 1121 FILEMANAGERPRIVATE_GETENTRYACTIONS,
1122 FILEMANAGERPRIVATE_EXECUTEENTRYACTION, 1122 FILEMANAGERPRIVATE_EXECUTEENTRYACTION,
1123 CERTIFICATEPROVIDER_PUBLISHCLIENTCERTIFICATES,
1124 CERTIFICATEPROVIDER_REPLYTOSIGNREQUEST,
1123 // Last entry: Add new entries above, then run: 1125 // Last entry: Add new entries above, then run:
1124 // python tools/metrics/histograms/update_extension_histograms.py 1126 // python tools/metrics/histograms/update_extension_histograms.py
1125 ENUM_BOUNDARY 1127 ENUM_BOUNDARY
1126 }; 1128 };
1127 1129
1128 } // namespace functions 1130 } // namespace functions
1129 } // namespace extensions 1131 } // namespace extensions
1130 1132
1131 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 1133 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698