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

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

Issue 1115213004: Add chrome.hid.getUserSelectedDevices API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 6 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
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 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 USERSPRIVATE_REMOVEWHITELISTEDUSER, 1108 USERSPRIVATE_REMOVEWHITELISTEDUSER,
1109 USERSPRIVATE_ISCURRENTUSEROWNER, 1109 USERSPRIVATE_ISCURRENTUSEROWNER,
1110 USERSPRIVATE_ISWHITELISTMANAGED, 1110 USERSPRIVATE_ISWHITELISTMANAGED,
1111 PRINTERPROVIDERINTERNAL_REPORTUSBPRINTERINFO, 1111 PRINTERPROVIDERINTERNAL_REPORTUSBPRINTERINFO,
1112 WEBCAMPRIVATE_OPENSERIALWEBCAM, 1112 WEBCAMPRIVATE_OPENSERIALWEBCAM,
1113 WEBCAMPRIVATE_CLOSEWEBCAM, 1113 WEBCAMPRIVATE_CLOSEWEBCAM,
1114 SERIAL_SETBREAK, 1114 SERIAL_SETBREAK,
1115 SERIAL_CLEARBREAK, 1115 SERIAL_CLEARBREAK,
1116 EXTENSIONVIEWINTERNAL_LOADSRC, 1116 EXTENSIONVIEWINTERNAL_LOADSRC,
1117 EXTENSIONVIEWINTERNAL_PARSESRC, 1117 EXTENSIONVIEWINTERNAL_PARSESRC,
1118 HID_GETUSERSELECTEDDEVICES,
1118 // Last entry: Add new entries above and ensure to update 1119 // Last entry: Add new entries above and ensure to update
1119 // tools/metrics/histograms/histograms.xml. 1120 // tools/metrics/histograms/histograms.xml.
1120 ENUM_BOUNDARY 1121 ENUM_BOUNDARY
1121 }; 1122 };
1122 1123
1123 } // namespace functions 1124 } // namespace functions
1124 } // namespace extensions 1125 } // namespace extensions
1125 1126
1126 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 1127 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « extensions/browser/api/hid/hid_device_manager.cc ('k') | extensions/common/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698