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

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

Issue 1650133002: Start and stop RTC event logs from private extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some comments from tommi Created 4 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 unified diff | Download patch
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 INPUT_IME_ACTIVATE, 1167 INPUT_IME_ACTIVATE,
1168 INPUT_IME_DEACTIVATE, 1168 INPUT_IME_DEACTIVATE,
1169 ENTERPRISE_PLATFORMKEYS_CHALLENGEMACHINEKEY, 1169 ENTERPRISE_PLATFORMKEYS_CHALLENGEMACHINEKEY,
1170 ENTERPRISE_PLATFORMKEYS_CHALLENGEUSERKEY, 1170 ENTERPRISE_PLATFORMKEYS_CHALLENGEUSERKEY,
1171 INPUTMETHODPRIVATE_NOTIFYIMEMENUITEMACTIVATED, 1171 INPUTMETHODPRIVATE_NOTIFYIMEMENUITEMACTIVATED,
1172 INPUT_IME_SHOWWINDOW, 1172 INPUT_IME_SHOWWINDOW,
1173 INPUT_IME_HIDEWINDOW, 1173 INPUT_IME_HIDEWINDOW,
1174 INPUTMETHODPRIVATE_SHOWINPUTVIEW, 1174 INPUTMETHODPRIVATE_SHOWINPUTVIEW,
1175 WALLPAPERPRIVATE_RECORDWALLPAPERUMA, 1175 WALLPAPERPRIVATE_RECORDWALLPAPERUMA,
1176 AUTOTESTPRIVATE_GETVISIBLENOTIFICATIONS, 1176 AUTOTESTPRIVATE_GETVISIBLENOTIFICATIONS,
1177 WEBRTCLOGGINGPRIVATE_STARTRTCEVENTLOGGING,
1178 WEBRTCLOGGINGPRIVATE_STOPRTCEVENTLOGGING,
1177 // Last entry: Add new entries above, then run: 1179 // Last entry: Add new entries above, then run:
1178 // python tools/metrics/histograms/update_extension_histograms.py 1180 // python tools/metrics/histograms/update_extension_histograms.py
1179 ENUM_BOUNDARY 1181 ENUM_BOUNDARY
1180 }; 1182 };
1181 1183
1182 } // namespace functions 1184 } // namespace functions
1183 } // namespace extensions 1185 } // namespace extensions
1184 1186
1185 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 1187 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698