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

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

Issue 2801173002: arc: Provide API to control Play Store state from autotests (Closed)
Patch Set: nits Created 3 years, 8 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 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1224 VIRTUALKEYBOARD_RESTRICTFEATURES, 1224 VIRTUALKEYBOARD_RESTRICTFEATURES,
1225 NETWORKINGCASTPRIVATE_VERIFYDESTINATION, 1225 NETWORKINGCASTPRIVATE_VERIFYDESTINATION,
1226 NETWORKINGCASTPRIVATE_VERIFYANDENCRYPTCREDENTIALS, 1226 NETWORKINGCASTPRIVATE_VERIFYANDENCRYPTCREDENTIALS,
1227 NETWORKINGCASTPRIVATE_VERIFYANDENCRYPTDATA, 1227 NETWORKINGCASTPRIVATE_VERIFYANDENCRYPTDATA,
1228 NETWORKINGCASTPRIVATE_SETWIFITDLSENABLEDSTATE, 1228 NETWORKINGCASTPRIVATE_SETWIFITDLSENABLEDSTATE,
1229 NETWORKINGCASTPRIVATE_GETWIFITDLSSTATUS, 1229 NETWORKINGCASTPRIVATE_GETWIFITDLSSTATUS,
1230 ACCESSIBILITY_PRIVATE_DARKENSCREEN, 1230 ACCESSIBILITY_PRIVATE_DARKENSCREEN,
1231 // This does not follow the naming convesion, but follows the other APIs in 1231 // This does not follow the naming convesion, but follows the other APIs in
1232 // webrtcAudioPrivate. 1232 // webrtcAudioPrivate.
1233 WEBRTC_AUDIO_PRIVATE_SET_AUDIO_EXPERIMENTS, 1233 WEBRTC_AUDIO_PRIVATE_SET_AUDIO_EXPERIMENTS,
1234 AUTOTESTPRIVATE_GETPLAYSTORESTATE,
1235 AUTOTESTPRIVATE_SETPLAYSTOREENABLED,
1234 // Last entry: Add new entries above, then run: 1236 // Last entry: Add new entries above, then run:
1235 // python tools/metrics/histograms/update_extension_histograms.py 1237 // python tools/metrics/histograms/update_extension_histograms.py
1236 ENUM_BOUNDARY 1238 ENUM_BOUNDARY
1237 }; 1239 };
1238 1240
1239 } // namespace functions 1241 } // namespace functions
1240 } // namespace extensions 1242 } // namespace extensions
1241 1243
1242 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 1244 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/autotest_private/test.js ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698