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

Unified Diff: extensions/browser/quota_service.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 | « extensions/browser/api/test/test_api.cc ('k') | extensions/common/api/test.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/quota_service.h
diff --git a/extensions/browser/quota_service.h b/extensions/browser/quota_service.h
index 9163b4ae64f1dbc269e4c2b1201f281f5036c04a..a42adf0a5ba6ea60b6aa0c9cf85583d09f474f42 100644
--- a/extensions/browser/quota_service.h
+++ b/extensions/browser/quota_service.h
@@ -30,7 +30,6 @@ class ExtensionFunction;
namespace extensions {
class QuotaLimitHeuristic;
-class TestResetQuotaFunction;
typedef std::list<QuotaLimitHeuristic*> QuotaLimitHeuristics;
@@ -61,7 +60,6 @@ class QuotaService : public base::NonThreadSafe {
const base::TimeTicks& event_time);
private:
- friend class extensions::TestResetQuotaFunction;
typedef std::string ExtensionId;
typedef std::string FunctionName;
// All QuotaLimitHeuristic instances in this map are owned by us.
« no previous file with comments | « extensions/browser/api/test/test_api.cc ('k') | extensions/common/api/test.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698