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

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

Issue 288483002: [fsp] Add histograms for opening files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 MANAGEMENT_CREATEAPPSHORTCUT, 814 MANAGEMENT_CREATEAPPSHORTCUT,
815 WEBVIEW_SHOWCONTEXTMENU, 815 WEBVIEW_SHOWCONTEXTMENU,
816 WEBRTCLOGGINGPRIVATE_STARTRTPDUMP, 816 WEBRTCLOGGINGPRIVATE_STARTRTPDUMP,
817 WEBRTCLOGGINGPRIVATE_STOPRTPDUMP, 817 WEBRTCLOGGINGPRIVATE_STOPRTPDUMP,
818 AUTOMATIONINTERNAL_ENABLEDESKTOP, 818 AUTOMATIONINTERNAL_ENABLEDESKTOP,
819 HOTWORDPRIVATE_SETHOTWORDSESSIONSTATE, 819 HOTWORDPRIVATE_SETHOTWORDSESSIONSTATE,
820 HOTWORDPRIVATE_NOTIFYHOTWORDRECOGNITION, 820 HOTWORDPRIVATE_NOTIFYHOTWORDRECOGNITION,
821 FILESYSTEMPROVIDERINTERNAL_READDIRECTORYREQUESTEDSUCCESS, 821 FILESYSTEMPROVIDERINTERNAL_READDIRECTORYREQUESTEDSUCCESS,
822 FILESYSTEMPROVIDERINTERNAL_READDIRECTORYREQUESTEDERROR, 822 FILESYSTEMPROVIDERINTERNAL_READDIRECTORYREQUESTEDERROR,
823 LEDGER_BATCHEXECUTE, 823 LEDGER_BATCHEXECUTE,
824 FILESYSTEMPROVIDERINTERNAL_OPENFILEREQUESTEDSUCCESS,
825 FILESYSTEMPROVIDERINTERNAL_OPENFILEREQUESTEDERROR,
824 // Last entry: Add new entries above and ensure to update 826 // Last entry: Add new entries above and ensure to update
825 // tools/metrics/histograms/histograms/histograms.xml. 827 // tools/metrics/histograms/histograms/histograms.xml.
826 ENUM_BOUNDARY 828 ENUM_BOUNDARY
827 }; 829 };
828 830
829 } // namespace functions 831 } // namespace functions
830 } // namespace extensions 832 } // namespace extensions
831 833
832 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 834 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698