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

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

Issue 599303004: Add getUserSelectedDevices to the USB extensions API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add device_permissions_prompt.* to BUILD.gn. Created 6 years, 2 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/usb_api.cc ('k') | extensions/common/api/_api_features.json » ('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 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 HOTWORDPRIVATE_GETLAUNCHSTATE, 958 HOTWORDPRIVATE_GETLAUNCHSTATE,
959 HOTWORDPRIVATE_SETHOTWORDALWAYSONSEARCHENABLED, 959 HOTWORDPRIVATE_SETHOTWORDALWAYSONSEARCHENABLED,
960 WEBVIEWINTERNAL_LOADDATAWITHBASEURL, 960 WEBVIEWINTERNAL_LOADDATAWITHBASEURL,
961 GUESTVIEWINTERNAL_DESTROYGUEST, 961 GUESTVIEWINTERNAL_DESTROYGUEST,
962 COPRESENCESOCKET_CREATEPEER, 962 COPRESENCESOCKET_CREATEPEER,
963 COPRESENCESOCKET_DESTROYPEER, 963 COPRESENCESOCKET_DESTROYPEER,
964 COPRESENCESOCKET_SEND, 964 COPRESENCESOCKET_SEND,
965 COPRESENCESOCKET_DISCONNECT, 965 COPRESENCESOCKET_DISCONNECT,
966 BOOKMARKMANAGERPRIVATE_SETVERSION, 966 BOOKMARKMANAGERPRIVATE_SETVERSION,
967 FILESYSTEMPROVIDER_NOTIFY, 967 FILESYSTEMPROVIDER_NOTIFY,
968 USB_GETUSERSELECTEDDEVICES,
968 // Last entry: Add new entries above and ensure to update 969 // Last entry: Add new entries above and ensure to update
969 // tools/metrics/histograms/histograms.xml. 970 // tools/metrics/histograms/histograms.xml.
970 ENUM_BOUNDARY 971 ENUM_BOUNDARY
971 }; 972 };
972 973
973 } // namespace functions 974 } // namespace functions
974 } // namespace extensions 975 } // namespace extensions
975 976
976 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 977 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « extensions/browser/api/usb/usb_api.cc ('k') | extensions/common/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698