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

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

Issue 1848103005: [Extensions] Remove the "use_movable_types" entry from idl/json files (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/history.json
diff --git a/chrome/common/extensions/api/history.json b/chrome/common/extensions/api/history.json
index 210cce8974b7e0ea50082719bb8a6ac4c28da1a6..2eb7044ad3b7f0968565f05dc439bb2ddad4e025 100644
--- a/chrome/common/extensions/api/history.json
+++ b/chrome/common/extensions/api/history.json
@@ -6,7 +6,6 @@
{
"namespace": "history",
"description": "Use the <code>chrome.history</code> API to interact with the browser's record of visited pages. You can add, remove, and query for URLs in the browser's history. To override the history page with your own version, see <a href='override'>Override Pages</a>.",
- "compler_options": {"use_movable_types": true},
"types": [
{
"id": "TransitionType",

Powered by Google App Engine
This is Rietveld 408576698