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

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

Issue 1833053004: [Extensions] Convert APIs to use movable types [10] (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/web_navigation.json
diff --git a/chrome/common/extensions/api/web_navigation.json b/chrome/common/extensions/api/web_navigation.json
index 6d18dd5810c782e8d55fff2a07b404512af67f3e..449e931d8a9ba12e78d3222805c3b86180097791 100644
--- a/chrome/common/extensions/api/web_navigation.json
+++ b/chrome/common/extensions/api/web_navigation.json
@@ -6,6 +6,7 @@
{
"namespace": "webNavigation",
"description": "Use the <code>chrome.webNavigation</code> API to receive notifications about the status of navigation requests in-flight.",
+ "compiler_options": {"use_movable_types": true},
"types": [
{
"id": "TransitionType",
« no previous file with comments | « chrome/common/extensions/api/wallpaper_private.json ('k') | chrome/common/extensions/api/webrtc_audio_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698