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

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

Issue 440813002: Expose gallery watching functionality to the public mediaGalleries API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix race condition in the apitest. Created 6 years, 3 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 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 USBPRIVATE_GETDEVICEINFO, 936 USBPRIVATE_GETDEVICEINFO,
937 EASYUNLOCKPRIVATE_UPDATESCREENLOCKSTATE, 937 EASYUNLOCKPRIVATE_UPDATESCREENLOCKSTATE,
938 CAST_CHANNEL_GETLOGS, 938 CAST_CHANNEL_GETLOGS,
939 EASYUNLOCKPRIVATE_SETPERMITACCESS, 939 EASYUNLOCKPRIVATE_SETPERMITACCESS,
940 EASYUNLOCKPRIVATE_GETPERMITACCESS, 940 EASYUNLOCKPRIVATE_GETPERMITACCESS,
941 EASYUNLOCKPRIVATE_CLEARPERMITACCESS, 941 EASYUNLOCKPRIVATE_CLEARPERMITACCESS,
942 EASYUNLOCKPRIVATE_SETREMOTEDEVICES, 942 EASYUNLOCKPRIVATE_SETREMOTEDEVICES,
943 EASYUNLOCKPRIVATE_GETREMOTEDEVICES, 943 EASYUNLOCKPRIVATE_GETREMOTEDEVICES,
944 FILESYSTEMPROVIDER_GETALL, 944 FILESYSTEMPROVIDER_GETALL,
945 EASYUNLOCKPRIVATE_CONNECTTOBLUETOOTHSERVICEINSECURELY, 945 EASYUNLOCKPRIVATE_CONNECTTOBLUETOOTHSERVICEINSECURELY,
946 MEDIAGALLERIES_ADDGALLERYWATCH,
947 MEDIAGALLERIES_REMOVEGALLERYWATCH,
948 MEDIAGALLERIES_GETALLGALLERYWATCH,
949 MEDIAGALLERIES_REMOVEALLGALLERYWATCH,
946 // Last entry: Add new entries above and ensure to update 950 // Last entry: Add new entries above and ensure to update
947 // tools/metrics/histograms/histograms.xml. 951 // tools/metrics/histograms/histograms.xml.
948 ENUM_BOUNDARY 952 ENUM_BOUNDARY
949 }; 953 };
950 954
951 } // namespace functions 955 } // namespace functions
952 } // namespace extensions 956 } // namespace extensions
953 957
954 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 958 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/media_galleries/gallerywatch/test.js ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698