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

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

Issue 847333004: Move parts from enterprise.platformKeysInternal to platformKeysInternal for reuse. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert_idl
Patch Set: Created 5 years, 11 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/renderer/resources/renderer_resources.grd ('k') | no next file » | 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 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 DELETED_SYNCEDNOTIFICATIONSPRIVATE_GETINITIALDATA, 828 DELETED_SYNCEDNOTIFICATIONSPRIVATE_GETINITIALDATA,
829 DELETED_SYNCEDNOTIFICATIONSPRIVATE_UPDATENOTIFICATION, 829 DELETED_SYNCEDNOTIFICATIONSPRIVATE_UPDATENOTIFICATION,
830 DELETED_SYNCEDNOTIFICATIONSPRIVATE_SETRENDERCONTEXT, 830 DELETED_SYNCEDNOTIFICATIONSPRIVATE_SETRENDERCONTEXT,
831 IDENTITY_GETACCOUNTS, 831 IDENTITY_GETACCOUNTS,
832 FILEMANAGERPRIVATE_RESOLVEISOLATEDENTRIES, 832 FILEMANAGERPRIVATE_RESOLVEISOLATEDENTRIES,
833 FILESYSTEMPROVIDERINTERNAL_READFILEREQUESTEDSUCCESS, 833 FILESYSTEMPROVIDERINTERNAL_READFILEREQUESTEDSUCCESS,
834 DELETED_FILESYSTEMPROVIDERINTERNAL_READFILEREQUESTEDERROR, 834 DELETED_FILESYSTEMPROVIDERINTERNAL_READFILEREQUESTEDERROR,
835 NETWORKINGPRIVATE_GETNETWORKS, 835 NETWORKINGPRIVATE_GETNETWORKS,
836 DELETED_WEBVIEW_SETNAME, 836 DELETED_WEBVIEW_SETNAME,
837 ENTERPRISE_PLATFORMKEYSINTERNAL_GENERATEKEY, 837 ENTERPRISE_PLATFORMKEYSINTERNAL_GENERATEKEY,
838 ENTERPRISE_PLATFORMKEYSINTERNAL_SIGN, 838 PLATFORMKEYSINTERNAL_SIGN,
Alexei Svitkine (slow) 2015/01/22 15:16:48 Please update histograms.xml too.
pneubeck (no reviews) 2015/01/22 15:48:26 Done.
839 ENTERPRISE_PLATFORMKEYSINTERNAL_GETTOKENS, 839 ENTERPRISE_PLATFORMKEYSINTERNAL_GETTOKENS,
840 ENTERPRISE_PLATFORMKEYS_GETCERTIFICATES, 840 ENTERPRISE_PLATFORMKEYS_GETCERTIFICATES,
841 ENTERPRISE_PLATFORMKEYS_IMPORTCERTIFICATE, 841 ENTERPRISE_PLATFORMKEYS_IMPORTCERTIFICATE,
842 ENTERPRISE_PLATFORMKEYS_REMOVECERTIFICATE, 842 ENTERPRISE_PLATFORMKEYS_REMOVECERTIFICATE,
843 FILEMANAGERPRIVATE_OPENINSPECTOR, 843 FILEMANAGERPRIVATE_OPENINSPECTOR,
844 STREAMSPRIVATE_ABORT, 844 STREAMSPRIVATE_ABORT,
845 MANAGEMENT_SETLAUNCHTYPE, 845 MANAGEMENT_SETLAUNCHTYPE,
846 MANAGEMENT_GENERATEAPPFORLINK, 846 MANAGEMENT_GENERATEAPPFORLINK,
847 DELETED_GUESTVIEWINTERNAL_ALLOCATEINSTANCEID, 847 DELETED_GUESTVIEWINTERNAL_ALLOCATEINSTANCEID,
848 DELETED_WEBVIEW_NAVIGATE, 848 DELETED_WEBVIEW_NAVIGATE,
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 FILESYSTEMPROVIDER_GET, 1012 FILESYSTEMPROVIDER_GET,
1013 // Last entry: Add new entries above and ensure to update 1013 // Last entry: Add new entries above and ensure to update
1014 // tools/metrics/histograms/histograms.xml. 1014 // tools/metrics/histograms/histograms.xml.
1015 ENUM_BOUNDARY 1015 ENUM_BOUNDARY
1016 }; 1016 };
1017 1017
1018 } // namespace functions 1018 } // namespace functions
1019 } // namespace extensions 1019 } // namespace extensions
1020 1020
1021 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 1021 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « chrome/renderer/resources/renderer_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698