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

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

Issue 1410093008: Introduce chrome.displaySource API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from Antony Created 5 years, 1 month 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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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_EVENT_HISTOGRAM_VALUE_H_ 5 #ifndef EXTENSIONS_BROWSER_EXTENSION_EVENT_HISTOGRAM_VALUE_H_
6 #define EXTENSIONS_BROWSER_EXTENSION_EVENT_HISTOGRAM_VALUE_H_ 6 #define EXTENSIONS_BROWSER_EXTENSION_EVENT_HISTOGRAM_VALUE_H_
7 7
8 namespace extensions { 8 namespace extensions {
9 namespace events { 9 namespace events {
10 10
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 CAST_DEVICES_PRIVATE_ON_STOP_CAST, 403 CAST_DEVICES_PRIVATE_ON_STOP_CAST,
404 CERTIFICATEPROVIDER_ON_CERTIFICATES_REQUESTED, 404 CERTIFICATEPROVIDER_ON_CERTIFICATES_REQUESTED,
405 CERTIFICATEPROVIDER_ON_SIGN_DIGEST_REQUESTED, 405 CERTIFICATEPROVIDER_ON_SIGN_DIGEST_REQUESTED,
406 WEB_VIEW_INTERNAL_ON_AUTH_REQUIRED, 406 WEB_VIEW_INTERNAL_ON_AUTH_REQUIRED,
407 WEB_VIEW_INTERNAL_ON_BEFORE_REDIRECT, 407 WEB_VIEW_INTERNAL_ON_BEFORE_REDIRECT,
408 WEB_VIEW_INTERNAL_ON_ERROR_OCCURRED, 408 WEB_VIEW_INTERNAL_ON_ERROR_OCCURRED,
409 WEB_VIEW_INTERNAL_ON_SEND_HEADERS, 409 WEB_VIEW_INTERNAL_ON_SEND_HEADERS,
410 EASY_UNLOCK_PRIVATE_ON_CONNECTION_STATUS_CHANGED, 410 EASY_UNLOCK_PRIVATE_ON_CONNECTION_STATUS_CHANGED,
411 EASY_UNLOCK_PRIVATE_ON_DATA_RECEIVED, 411 EASY_UNLOCK_PRIVATE_ON_DATA_RECEIVED,
412 EASY_UNLOCK_PRIVATE_ON_SEND_COMPLETED, 412 EASY_UNLOCK_PRIVATE_ON_SEND_COMPLETED,
413 DISPLAY_SOURCE_ON_SINKS_UPDATED,
413 // Last entry: Add new entries above, then run: 414 // Last entry: Add new entries above, then run:
414 // python tools/metrics/histograms/update_extension_histograms.py 415 // python tools/metrics/histograms/update_extension_histograms.py
415 ENUM_BOUNDARY 416 ENUM_BOUNDARY
416 }; 417 };
417 418
418 } // namespace events 419 } // namespace events
419 } // namespace extensions 420 } // namespace extensions
420 421
421 #endif // EXTENSIONS_BROWSER_EXTENSION_EVENT_HISTOGRAM_VALUE_H_ 422 #endif // EXTENSIONS_BROWSER_EXTENSION_EVENT_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « extensions/browser/browser_context_keyed_service_factories.cc ('k') | extensions/browser/extension_function_histogram_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698