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

Unified Diff: content/browser/devtools/protocol/network_handler.h

Issue 2554293002: devtools: Make it possible to retrieve all cookies (Closed)
Patch Set: Update front-end 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
Index: content/browser/devtools/protocol/network_handler.h
diff --git a/content/browser/devtools/protocol/network_handler.h b/content/browser/devtools/protocol/network_handler.h
index 64c0b790e9dd37f287200ee3ea8a917e84b1207e..454d871b9b6b1539375973cad29cce62b949e666 100644
--- a/content/browser/devtools/protocol/network_handler.h
+++ b/content/browser/devtools/protocol/network_handler.h
@@ -32,7 +32,7 @@ class NetworkHandler {
Response ClearBrowserCache();
Response ClearBrowserCookies();
- Response GetCookies(DevToolsCommandId command_id);
+ Response GetCookies(DevToolsCommandId command_id, const bool* global);
Response DeleteCookie(DevToolsCommandId command_id,
const std::string& cookie_name,
const std::string& url);

Powered by Google App Engine
This is Rietveld 408576698