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

Unified Diff: content/browser/devtools/protocol/storage_handler.cc

Issue 2608793002: DevTools: Fix storage handler host-setting (Closed)
Patch Set: Created 4 years 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 | « content/browser/devtools/protocol/storage_handler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/protocol/storage_handler.cc
diff --git a/content/browser/devtools/protocol/storage_handler.cc b/content/browser/devtools/protocol/storage_handler.cc
index 6dc27ea7dcabcf8fd1638c283ef5bf8d9476eff1..1d2ecba8f0e2bde8530f1ffaa71f168477543128 100644
--- a/content/browser/devtools/protocol/storage_handler.cc
+++ b/content/browser/devtools/protocol/storage_handler.cc
@@ -40,6 +40,10 @@ void StorageHandler::Wire(UberDispatcher* dispatcher) {
Storage::Dispatcher::wire(dispatcher, this);
}
+void StorageHandler::SetRenderFrameHost(RenderFrameHostImpl* host) {
+ host_ = host;
+}
+
Response StorageHandler::ClearDataForOrigin(
const std::string& origin,
const std::string& storage_types) {
« no previous file with comments | « content/browser/devtools/protocol/storage_handler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698