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

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

Issue 1833773002: [Extensions] Convert APIs to use movable types [8] (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
« no previous file with comments | « chrome/common/extensions/api/omnibox.json ('k') | chrome/common/extensions/api/page_capture.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/page_action.json
diff --git a/chrome/common/extensions/api/page_action.json b/chrome/common/extensions/api/page_action.json
index a53c02e0009f682546a2374249e7864aa8eddcfb..1f0f8ba13ebce5615bfef5bea978c1468eccbc09 100644
--- a/chrome/common/extensions/api/page_action.json
+++ b/chrome/common/extensions/api/page_action.json
@@ -6,6 +6,7 @@
{
"namespace": "pageAction",
"description": "Use the <code>chrome.pageAction</code> API to put icons in the main Google Chrome toolbar, to the right of the address bar. Page actions represent actions that can be taken on the current page, but that aren't applicable to all pages. Page actions appear grayed out when inactive.",
+ "compiler_options": {"use_movable_types": true},
"types": [
{
"id": "ImageDataType",
« no previous file with comments | « chrome/common/extensions/api/omnibox.json ('k') | chrome/common/extensions/api/page_capture.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698