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

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

Issue 819713002: bluetoothPrivate: Add disconnectAll function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comment by jyasskin@ 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
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 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 AUTOTESTPRIVATE_SETTAPDRAGGING, 994 AUTOTESTPRIVATE_SETTAPDRAGGING,
995 AUTOTESTPRIVATE_SETNATURALSCROLL, 995 AUTOTESTPRIVATE_SETNATURALSCROLL,
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 // Last entry: Add new entries above and ensure to update 1005 // Last entry: Add new entries above and ensure to update
1005 // tools/metrics/histograms/histograms.xml. 1006 // tools/metrics/histograms/histograms.xml.
1006 ENUM_BOUNDARY 1007 ENUM_BOUNDARY
1007 }; 1008 };
1008 1009
1009 } // namespace functions 1010 } // namespace functions
1010 } // namespace extensions 1011 } // namespace extensions
1011 1012
1012 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 1013 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « extensions/browser/api/bluetooth/bluetooth_private_apitest.cc ('k') | extensions/common/api/bluetooth_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698