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

Unified Diff: Source/core/inspector/InspectorPageAgent.cpp

Issue 23264011: Quota view in Resources pannel. Base URL: svn://svn.chromium.org/blink/trunk
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: Source/core/inspector/InspectorPageAgent.cpp
diff --git a/Source/core/inspector/InspectorPageAgent.cpp b/Source/core/inspector/InspectorPageAgent.cpp
index cfb69bae7b83f4da3bf378008860a66e73bbd2c1..04628f9897e9bb371d87a2dae3a4772ce906d7cb 100644
--- a/Source/core/inspector/InspectorPageAgent.cpp
+++ b/Source/core/inspector/InspectorPageAgent.cpp
@@ -1301,5 +1301,10 @@ void InspectorPageAgent::setShowViewportSizeOnResize(ErrorString*, bool show, co
m_state->setBoolean(PageAgentState::showGridOnResize, showGrid && *showGrid);
}
+void InspectorPageAgent::queryUsageAndQuota(ErrorString*, const String&, RefPtr<TypeBuilder::Page::Quota>&, RefPtr<TypeBuilder::Page::Usage>&)
+{
+ // Handled on the browser level.
+}
+
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698