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

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

Issue 446743003: Hook up new API for easy unlock to update lock screen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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 | Annotate | Revision Log
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 916 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 COPRESENCEPRIVATE_SENDDETECT, 927 COPRESENCEPRIVATE_SENDDETECT,
928 COPRESENCEPRIVATE_SENDINITIALIZED, 928 COPRESENCEPRIVATE_SENDINITIALIZED,
929 COPRESENCE_EXECUTE, 929 COPRESENCE_EXECUTE,
930 COPRESENCE_SETAPIKEY, 930 COPRESENCE_SETAPIKEY,
931 FILESYSTEM_OBSERVEDIRECTORY, 931 FILESYSTEM_OBSERVEDIRECTORY,
932 FILESYSTEM_UNOBSERVEENTRY, 932 FILESYSTEM_UNOBSERVEENTRY,
933 FILESYSTEM_GETOBSERVEDENTRIES, 933 FILESYSTEM_GETOBSERVEDENTRIES,
934 BROWSINGDATA_REMOVESERVICEWORKERS, 934 BROWSINGDATA_REMOVESERVICEWORKERS,
935 USBPRIVATE_GETDEVICES, 935 USBPRIVATE_GETDEVICES,
936 USBPRIVATE_GETDEVICEINFO, 936 USBPRIVATE_GETDEVICEINFO,
937 EASYUNLOCKPRIVATE_UPDATESCREENLOCKSTATE,
937 // Last entry: Add new entries above and ensure to update 938 // Last entry: Add new entries above and ensure to update
938 // tools/metrics/histograms/histograms/histograms.xml. 939 // tools/metrics/histograms/histograms/histograms.xml.
939 ENUM_BOUNDARY 940 ENUM_BOUNDARY
940 }; 941 };
941 942
942 } // namespace functions 943 } // namespace functions
943 } // namespace extensions 944 } // namespace extensions
944 945
945 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 946 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/easy_unlock_private.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698