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

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: Address Devlin's comments. Created 5 years, 7 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 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 INSTANCEID_DELETETOKEN, 1083 INSTANCEID_DELETETOKEN,
1084 INSTANCEID_DELETEID, 1084 INSTANCEID_DELETEID,
1085 GCDPRIVATE_GETDEVICEINFO, 1085 GCDPRIVATE_GETDEVICEINFO,
1086 SEARCHENGINESPRIVATE_GETHOTWORDSTATE, 1086 SEARCHENGINESPRIVATE_GETHOTWORDSTATE,
1087 SEARCHENGINESPRIVATE_ADDOTHERSEARCHENGINE, 1087 SEARCHENGINESPRIVATE_ADDOTHERSEARCHENGINE,
1088 SEARCHENGINESPRIVATE_REMOVESEARCHENGINE, 1088 SEARCHENGINESPRIVATE_REMOVESEARCHENGINE,
1089 SEARCHENGINESPRIVATE_UPDATESEARCHENGINE, 1089 SEARCHENGINESPRIVATE_UPDATESEARCHENGINE,
1090 SEARCHENGINESPRIVATE_OPTINTOHOTWORDING, 1090 SEARCHENGINESPRIVATE_OPTINTOHOTWORDING,
1091 WEBSTOREWIDGETPRIVATE_INSTALLWEBSTOREITEM, 1091 WEBSTOREWIDGETPRIVATE_INSTALLWEBSTOREITEM,
1092 WEBSTOREWIDGETPRIVATE_GETSTRINGS, 1092 WEBSTOREWIDGETPRIVATE_GETSTRINGS,
1093 HID_GETUSERSELECTEDDEVICES,
1093 // Last entry: Add new entries above and ensure to update 1094 // Last entry: Add new entries above and ensure to update
1094 // tools/metrics/histograms/histograms.xml. 1095 // tools/metrics/histograms/histograms.xml.
1095 ENUM_BOUNDARY 1096 ENUM_BOUNDARY
1096 }; 1097 };
1097 1098
1098 } // namespace functions 1099 } // namespace functions
1099 } // namespace extensions 1100 } // namespace extensions
1100 1101
1101 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 1102 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698