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

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

Issue 463493006: Add chrome.usbPrivate API for use by USB device WEBUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a gadget-based test for string descriptor caching. Created 6 years, 4 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 | « extensions/browser/api/usb_private/usb_private_api.cc ('k') | extensions/common/api/BUILD.gn » ('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 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 NOTIFICATIONPROVIDER_SENDONCLEAR, 915 NOTIFICATIONPROVIDER_SENDONCLEAR,
916 NOTIFICATIONPROVIDER_NOTIFYONCLEARED, 916 NOTIFICATIONPROVIDER_NOTIFYONCLEARED,
917 NOTIFICATIONPROVIDER_NOTIFYONCLICKED, 917 NOTIFICATIONPROVIDER_NOTIFYONCLICKED,
918 NOTIFICATIONPROVIDER_NOTIFYONBUTTONCLICKED, 918 NOTIFICATIONPROVIDER_NOTIFYONBUTTONCLICKED,
919 NOTIFICATIONPROVIDER_NOTIFYONPERMISSIONLEVELCHANGED, 919 NOTIFICATIONPROVIDER_NOTIFYONPERMISSIONLEVELCHANGED,
920 NOTIFICATIONPROVIDER_NOTIFYONSHOWSETTINGS, 920 NOTIFICATIONPROVIDER_NOTIFYONSHOWSETTINGS,
921 NOTIFICATIONPROVIDER_GETNOTIFIER, 921 NOTIFICATIONPROVIDER_GETNOTIFIER,
922 NOTIFICATIONPROVIDER_GETALLNOTIFIERS, 922 NOTIFICATIONPROVIDER_GETALLNOTIFIERS,
923 GCDPRIVATE_GETPREFETCHEDWIFINAMELIST, 923 GCDPRIVATE_GETPREFETCHEDWIFINAMELIST,
924 GUESTVIEWINTERNAL_SETAUTOSIZE, 924 GUESTVIEWINTERNAL_SETAUTOSIZE,
925 USBPRIVATE_GETDEVICES,
Alexei Svitkine (slow) 2014/08/11 22:01:27 Please also update histograms.xml.
926 USBPRIVATE_GETDEVICEINFO,
925 // Last entry: Add new entries above and ensure to update 927 // Last entry: Add new entries above and ensure to update
926 // tools/metrics/histograms/histograms/histograms.xml. 928 // tools/metrics/histograms/histograms/histograms.xml.
927 ENUM_BOUNDARY 929 ENUM_BOUNDARY
928 }; 930 };
929 931
930 } // namespace functions 932 } // namespace functions
931 } // namespace extensions 933 } // namespace extensions
932 934
933 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 935 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « extensions/browser/api/usb_private/usb_private_api.cc ('k') | extensions/common/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698