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

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

Issue 2635983006: Final cleanup pass over audio device API (Closed)
Patch Set: . Created 3 years, 10 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
« no previous file with comments | « extensions/browser/api/audio/audio_service_chromeos.cc ('k') | extensions/common/api/audio.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1202 matching lines...) Expand 10 before | Expand all | Expand 10 after
1213 CERTIFICATEPROVIDER_REQUESTPIN, 1213 CERTIFICATEPROVIDER_REQUESTPIN,
1214 CERTIFICATEPROVIDER_STOPPINREQUEST, 1214 CERTIFICATEPROVIDER_STOPPINREQUEST,
1215 QUICKUNLOCKPRIVATE_CHECKCREDENTIAL, 1215 QUICKUNLOCKPRIVATE_CHECKCREDENTIAL,
1216 QUICKUNLOCKPRIVATE_GETCREDENTIALREQUIREMENTS, 1216 QUICKUNLOCKPRIVATE_GETCREDENTIALREQUIREMENTS,
1217 CLIPBOARD_SETIMAGEDATA, 1217 CLIPBOARD_SETIMAGEDATA,
1218 NETWORKINGPRIVATE_GETGLOBALPOLICY, 1218 NETWORKINGPRIVATE_GETGLOBALPOLICY,
1219 DIAL_FETCHDEVICEDESCRIPTION, 1219 DIAL_FETCHDEVICEDESCRIPTION,
1220 SYSTEM_DISPLAY_STARTCUSTOMTOUCHCALIBRATION, 1220 SYSTEM_DISPLAY_STARTCUSTOMTOUCHCALIBRATION,
1221 AUDIO_GETMUTE, 1221 AUDIO_GETMUTE,
1222 AUDIO_SETMUTE, 1222 AUDIO_SETMUTE,
1223 AUDIO_GETDEVICES,
1223 // Last entry: Add new entries above, then run: 1224 // Last entry: Add new entries above, then run:
1224 // python tools/metrics/histograms/update_extension_histograms.py 1225 // python tools/metrics/histograms/update_extension_histograms.py
1225 ENUM_BOUNDARY 1226 ENUM_BOUNDARY
1226 }; 1227 };
1227 1228
1228 } // namespace functions 1229 } // namespace functions
1229 } // namespace extensions 1230 } // namespace extensions
1230 1231
1231 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 1232 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « extensions/browser/api/audio/audio_service_chromeos.cc ('k') | extensions/common/api/audio.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698