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

Unified Diff: headless/lib/browser/headless_devtools_manager_delegate.h

Issue 2886693002: initial version of the headless download manager delegate
Patch Set: initial version of the headless download manager delegate Created 3 years, 6 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: headless/lib/browser/headless_devtools_manager_delegate.h
diff --git a/headless/lib/browser/headless_devtools_manager_delegate.h b/headless/lib/browser/headless_devtools_manager_delegate.h
index 0c699fa6e6743f1b615cc151869eb2dbea6f4f96..4d7d68f7c08d33f14aaafaf67a72d38d23f18020 100644
--- a/headless/lib/browser/headless_devtools_manager_delegate.h
+++ b/headless/lib/browser/headless_devtools_manager_delegate.h
@@ -71,6 +71,13 @@ class HeadlessDevToolsManagerDelegate
std::unique_ptr<base::DictionaryValue> SetWindowBounds(
int command_id,
const base::DictionaryValue* params);
+ std::unique_ptr<base::DictionaryValue> SetDownloadBehavior(
+ int command_id,
+ const base::DictionaryValue* params);
+ std::unique_ptr<base::DictionaryValue> SetDownloadDirectory(
+ int command_id,
+ const base::DictionaryValue* params);
+
void PrintToPDF(content::DevToolsAgentHost* agent_host,
int command_id,
const base::DictionaryValue* params,
« no previous file with comments | « headless/lib/browser/headless_browser_impl.cc ('k') | headless/lib/browser/headless_devtools_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698