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

Unified Diff: extensions/browser/api/test/test_api.h

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 | « chrome/test/data/extensions/api_test/bookmarks/test.js ('k') | extensions/browser/api/test/test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/test/test_api.h
diff --git a/extensions/browser/api/test/test_api.h b/extensions/browser/api/test/test_api.h
index ea5a6395407da42b4eb1ec8903b461066ee91849..33ce690a15c42ef29327cf9d00e372680a280577 100644
--- a/extensions/browser/api/test/test_api.h
+++ b/extensions/browser/api/test/test_api.h
@@ -58,17 +58,6 @@ class TestLogFunction : public TestExtensionFunction {
virtual bool RunSafe() OVERRIDE;
};
-class TestResetQuotaFunction : public TestExtensionFunction {
- public:
- DECLARE_EXTENSION_FUNCTION("test.resetQuota", UNKNOWN)
-
- protected:
- virtual ~TestResetQuotaFunction();
-
- // TestExtensionFunction:
- virtual bool RunSafe() OVERRIDE;
-};
-
class TestSendMessageFunction : public AsyncExtensionFunction {
public:
DECLARE_EXTENSION_FUNCTION("test.sendMessage", UNKNOWN)
« no previous file with comments | « chrome/test/data/extensions/api_test/bookmarks/test.js ('k') | extensions/browser/api/test/test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698