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

Unified Diff: chrome/common/extensions/api/experience_sampling_private.json

Issue 1843163003: [Extensions] Convert APIs to use movable types [14] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/experience_sampling_private.json
diff --git a/chrome/common/extensions/api/experience_sampling_private.json b/chrome/common/extensions/api/experience_sampling_private.json
index c6a171f9a295ced874e964a2deb272d0ceffac8f..4aeb6096841fb6d57e1e939c10caa449cb55115c 100644
--- a/chrome/common/extensions/api/experience_sampling_private.json
+++ b/chrome/common/extensions/api/experience_sampling_private.json
@@ -6,6 +6,7 @@
{
"namespace": "experienceSamplingPrivate",
"description": "The experienceSamplingPrivate API listens for when various types of UI elements are displayed and closed (interstitials, infobars, etc.) and pass these events along to whitelisted extensions, along with information about the user’s decisions.",
+ "compiler_options": {"use_movable_types": true},
"types": [
{
"id": "UIElement",

Powered by Google App Engine
This is Rietveld 408576698