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

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

Issue 843023002: [Smart Lock] Add a private API to show an error bubble anchored to the Smart Lock app window. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 984 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 BLUETOOTHPRIVATE_DISCONNECTALL,
1005 EASYUNLOCKPRIVATE_SHOWERRORBUBBLE,
1005 // Last entry: Add new entries above and ensure to update 1006 // Last entry: Add new entries above and ensure to update
1006 // tools/metrics/histograms/histograms.xml. 1007 // tools/metrics/histograms/histograms.xml.
1007 ENUM_BOUNDARY 1008 ENUM_BOUNDARY
1008 }; 1009 };
1009 1010
1010 } // namespace functions 1011 } // namespace functions
1011 } // namespace extensions 1012 } // namespace extensions
1012 1013
1013 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 1014 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698