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

Unified Diff: extensions/common/api/test.json

Issue 411053002: Remove bookmarks API client-side write operations limits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: fully remove test helper Created 6 years, 5 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 | « extensions/browser/quota_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/test.json
diff --git a/extensions/common/api/test.json b/extensions/common/api/test.json
index 4ed9f6da164830b36ba576c327066bee05f17214..440ba26f0608ff4954a64ccc6a61db34817abbe1 100644
--- a/extensions/common/api/test.json
+++ b/extensions/common/api/test.json
@@ -95,12 +95,6 @@
]
},
{
- "name": "resetQuota",
- "type": "function",
- "description": "Resets all accumulated quota state for all extensions. This is only used for internal unit testing.",
- "parameters": []
- },
- {
"name": "log",
"type": "function",
"description": "Logs a message during internal unit testing.",
« no previous file with comments | « extensions/browser/quota_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698