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

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

Issue 927233005: Adding support for storing webrtc logs locally with an extension supplied unique id, for later uplo… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 CRYPTOTOKENPRIVATE_CANORIGINASSERTAPPID, 1019 CRYPTOTOKENPRIVATE_CANORIGINASSERTAPPID,
1020 EASYUNLOCKPRIVATE_SETAUTOPAIRINGRESULT, 1020 EASYUNLOCKPRIVATE_SETAUTOPAIRINGRESULT,
1021 FILEMANAGERPRIVATE_ISUMAENABLED, 1021 FILEMANAGERPRIVATE_ISUMAENABLED,
1022 WEBVIEWINTERNAL_SETALLOWSCALING, 1022 WEBVIEWINTERNAL_SETALLOWSCALING,
1023 PLATFORMKEYSINTERNAL_GETPUBLICKEY, 1023 PLATFORMKEYSINTERNAL_GETPUBLICKEY,
1024 RUNTIME_OPENOPTIONSPAGE, 1024 RUNTIME_OPENOPTIONSPAGE,
1025 AUDIOMODEM_TRANSMIT, 1025 AUDIOMODEM_TRANSMIT,
1026 AUDIOMODEM_STOPTRANSMIT, 1026 AUDIOMODEM_STOPTRANSMIT,
1027 AUDIOMODEM_RECEIVE, 1027 AUDIOMODEM_RECEIVE,
1028 AUDIOMODEM_STOPRECEIVE, 1028 AUDIOMODEM_STOPRECEIVE,
1029 WEBRTCLOGGINGPRIVATE_STORE,
1030 WEBRTCLOGGINGPRIVATE_UPLOADSTORED,
1029 // Last entry: Add new entries above and ensure to update 1031 // Last entry: Add new entries above and ensure to update
1030 // tools/metrics/histograms/histograms.xml. 1032 // tools/metrics/histograms/histograms.xml.
1031 ENUM_BOUNDARY 1033 ENUM_BOUNDARY
1032 }; 1034 };
1033 1035
1034 } // namespace functions 1036 } // namespace functions
1035 } // namespace extensions 1037 } // namespace extensions
1036 1038
1037 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 1039 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/webrtc_logging_private.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698