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

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

Issue 1221483002: New tabCapture.captureOffscreenTab API, initially for Presentation API 1UA mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mostly revert to Patch Set 6, plus minor tweaks. [and REBASE] Created 5 years, 2 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 1133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 CERTIFICATEPROVIDERINTERNAL_REPORTCERTIFICATES, 1144 CERTIFICATEPROVIDERINTERNAL_REPORTCERTIFICATES,
1145 BLUETOOTHPRIVATE_PAIR, 1145 BLUETOOTHPRIVATE_PAIR,
1146 EASYUNLOCKPRIVATE_FINDSETUPCONNECTION, 1146 EASYUNLOCKPRIVATE_FINDSETUPCONNECTION,
1147 RESOURCESPRIVATE_GETSTRINGS, 1147 RESOURCESPRIVATE_GETSTRINGS,
1148 USB_GETCONFIGURATIONS, 1148 USB_GETCONFIGURATIONS,
1149 EASYUNLOCKPRIVATE_SETUPCONNECTIONSTATUS, 1149 EASYUNLOCKPRIVATE_SETUPCONNECTIONSTATUS,
1150 EASYUNLOCKPRIVATE_SETUPCONNECTIONDISCONNECT, 1150 EASYUNLOCKPRIVATE_SETUPCONNECTIONDISCONNECT,
1151 EASYUNLOCKPRIVATE_SETUPCONNECTIONSEND, 1151 EASYUNLOCKPRIVATE_SETUPCONNECTIONSEND,
1152 DATAREDUCTIONPROXY_GETDATAUSAGE, 1152 DATAREDUCTIONPROXY_GETDATAUSAGE,
1153 EASYUNLOCKPRIVATE_SETUPCONNECTIONGETDEVICEADDRESS, 1153 EASYUNLOCKPRIVATE_SETUPCONNECTIONGETDEVICEADDRESS,
1154 TABCAPTURE_CAPTUREOFFSCREENTAB,
1154 // Last entry: Add new entries above, then run: 1155 // Last entry: Add new entries above, then run:
1155 // python tools/metrics/histograms/update_extension_histograms.py 1156 // python tools/metrics/histograms/update_extension_histograms.py
1156 ENUM_BOUNDARY 1157 ENUM_BOUNDARY
1157 }; 1158 };
1158 1159
1159 } // namespace functions 1160 } // namespace functions
1160 } // namespace extensions 1161 } // namespace extensions
1161 1162
1162 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 1163 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/tab_capture/offscreen_test_harness.js ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698