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

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

Issue 826283002: Add support for sending a USB SET_CONFIGURATION request. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. 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 | « extensions/browser/api/usb/usb_apitest.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 985 matching lines...) Expand 10 before | Expand all | Expand 10 after
996 AUTOTESTPRIVATE_SETMOUSESENSITIVITY, 996 AUTOTESTPRIVATE_SETMOUSESENSITIVITY,
997 AUTOTESTPRIVATE_SETPRIMARYBUTTONRIGHT, 997 AUTOTESTPRIVATE_SETPRIMARYBUTTONRIGHT,
998 COPRESENCEENDPOINTS_CREATELOCALENDPOINT, 998 COPRESENCEENDPOINTS_CREATELOCALENDPOINT,
999 COPRESENCEENDPOINTS_DESTROYLOCALENDPOINT, 999 COPRESENCEENDPOINTS_DESTROYLOCALENDPOINT,
1000 COPRESENCEENDPOINTS_SEND, 1000 COPRESENCEENDPOINTS_SEND,
1001 INLINE_INSTALL_PRIVATE_INSTALL, 1001 INLINE_INSTALL_PRIVATE_INSTALL,
1002 LAUNCHERPAGE_SETENABLED, 1002 LAUNCHERPAGE_SETENABLED,
1003 CRYPTOTOKENPRIVATE_REQUESTPERMISSION, 1003 CRYPTOTOKENPRIVATE_REQUESTPERMISSION,
1004 BLUETOOTHPRIVATE_DISCONNECTALL, 1004 BLUETOOTHPRIVATE_DISCONNECTALL,
1005 FILEMANAGERPRIVATE_GETMIMETYPE, 1005 FILEMANAGERPRIVATE_GETMIMETYPE,
1006 USB_SETCONFIGURATION,
1006 // Last entry: Add new entries above and ensure to update 1007 // Last entry: Add new entries above and ensure to update
1007 // tools/metrics/histograms/histograms.xml. 1008 // tools/metrics/histograms/histograms.xml.
1008 ENUM_BOUNDARY 1009 ENUM_BOUNDARY
1009 }; 1010 };
1010 1011
1011 } // namespace functions 1012 } // namespace functions
1012 } // namespace extensions 1013 } // namespace extensions
1013 1014
1014 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 1015 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « extensions/browser/api/usb/usb_apitest.cc ('k') | extensions/common/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698