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

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

Issue 558373002: Add chrome.usb.getConfiguration and expose extra descriptors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased to tip of tree. Created 6 years, 3 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/usb.idl » ('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 934 matching lines...) Expand 10 before | Expand all | Expand 10 after
945 EASYUNLOCKPRIVATE_CONNECTTOBLUETOOTHSERVICEINSECURELY, 945 EASYUNLOCKPRIVATE_CONNECTTOBLUETOOTHSERVICEINSECURELY,
946 MEDIAGALLERIES_ADDGALLERYWATCH, 946 MEDIAGALLERIES_ADDGALLERYWATCH,
947 MEDIAGALLERIES_REMOVEGALLERYWATCH, 947 MEDIAGALLERIES_REMOVEGALLERYWATCH,
948 MEDIAGALLERIES_GETALLGALLERYWATCH, 948 MEDIAGALLERIES_GETALLGALLERYWATCH,
949 MEDIAGALLERIES_REMOVEALLGALLERYWATCH, 949 MEDIAGALLERIES_REMOVEALLGALLERYWATCH,
950 MANAGEMENT_GETSELF, 950 MANAGEMENT_GETSELF,
951 APP_CURRENTWINDOWINTERNAL_SETVISIBLEONALLWORKSPACES, 951 APP_CURRENTWINDOWINTERNAL_SETVISIBLEONALLWORKSPACES,
952 EASYUNLOCKPRIVATE_GETSIGNINCHALLENGE, 952 EASYUNLOCKPRIVATE_GETSIGNINCHALLENGE,
953 EASYUNLOCKPRIVATE_TRYSIGNINSECRET, 953 EASYUNLOCKPRIVATE_TRYSIGNINSECRET,
954 ACCESSIBILITY_PRIVATE_SETFOCUSRING, 954 ACCESSIBILITY_PRIVATE_SETFOCUSRING,
955 USB_GETCONFIGURATION,
955 // Last entry: Add new entries above and ensure to update 956 // Last entry: Add new entries above and ensure to update
956 // tools/metrics/histograms/histograms.xml. 957 // tools/metrics/histograms/histograms.xml.
957 ENUM_BOUNDARY 958 ENUM_BOUNDARY
958 }; 959 };
959 960
960 } // namespace functions 961 } // namespace functions
961 } // namespace extensions 962 } // namespace extensions
962 963
963 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 964 #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/usb.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698