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

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

Issue 1096393002: API stubs for the BLE advertisement API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 WEBRTCDESKTOPCAPTUREPRIVATE_CHOOSEDESKTOPMEDIA, 1093 WEBRTCDESKTOPCAPTUREPRIVATE_CHOOSEDESKTOPMEDIA,
1094 WEBRTCDESKTOPCAPTUREPRIVATE_CANCELCHOOSEDESKTOPMEDIA, 1094 WEBRTCDESKTOPCAPTUREPRIVATE_CANCELCHOOSEDESKTOPMEDIA,
1095 BLUETOOTHLOWENERGY_REGISTERADVERTISEMENT,
1096 BLUETOOTHLOWENERGY_UNREGISTERADVERTISEMENT,
1095 // Last entry: Add new entries above and ensure to update 1097 // Last entry: Add new entries above and ensure to update
1096 // tools/metrics/histograms/histograms.xml. 1098 // tools/metrics/histograms/histograms.xml.
1097 ENUM_BOUNDARY 1099 ENUM_BOUNDARY
1098 }; 1100 };
1099 1101
1100 } // namespace functions 1102 } // namespace functions
1101 } // namespace extensions 1103 } // namespace extensions
1102 1104
1103 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 1105 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698