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

Unified Diff: content/browser/devtools/devtools_protocol_constants.h

Issue 23240002: Backend for DevTools quota managements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: content/browser/devtools/devtools_protocol_constants.h
diff --git a/content/browser/devtools/devtools_protocol_constants.h b/content/browser/devtools/devtools_protocol_constants.h
index 733e697189c3544ca0b158ce5cb27491dc91772c..0fc0043f396d2e59c3dd0e19f9efc90649d94545 100644
--- a/content/browser/devtools/devtools_protocol_constants.h
+++ b/content/browser/devtools/devtools_protocol_constants.h
@@ -129,6 +129,35 @@ namespace Page {
extern const char kName[];
} // screencastFrame
+ namespace queryUsageAndQuota {
+ extern const char kName[];
+ extern const char kParamSecurityOrigin[];
+ extern const char kResponseQuota[];
+ extern const char kResponseUsage[];
+ } // queryUsageAndQuota
+
+ namespace Quota {
+ extern const char kItemTemporary[];
+ extern const char kItemPersistent[];
+ } // Quota
+
+ namespace Usage {
+ extern const char kItemTemporary[];
+ extern const char kItemPersistent[];
+ extern const char kItemSyncable[];
+ } // Usage
+
+ namespace UsageItem {
+ namespace ID {
+ extern const char kFilesystem[];
+ extern const char kDatabase[];
+ extern const char kAppcache[];
+ extern const char kIndexedDatabase[];
+ } // ID
+ extern const char kItemID[];
+ extern const char kItemValue[];
+ } // UsageItem
+
namespace screencastVisibilityChanged {
extern const char kName[];
extern const char kParamVisible[];
« no previous file with comments | « content/browser/devtools/devtools_protocol.h ('k') | content/browser/devtools/devtools_protocol_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698