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

Unified Diff: content/public/browser/devtools_manager_delegate.h

Issue 2780433002: add print to pdf for headless (Closed)
Patch Set: fix lint and style errors Created 3 years, 9 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/public/browser/devtools_manager_delegate.h
diff --git a/content/public/browser/devtools_manager_delegate.h b/content/public/browser/devtools_manager_delegate.h
index 69d2b06be4d429aa90838f6bb210452c54c1ab48..86855bd7779923a1612bd2c811f22bccd245d542 100644
--- a/content/public/browser/devtools_manager_delegate.h
+++ b/content/public/browser/devtools_manager_delegate.h
@@ -53,7 +53,7 @@ class CONTENT_EXPORT DevToolsManagerDelegate {
base::Callback<void(std::unique_ptr<base::DictionaryValue> response)>;
virtual bool HandleAsyncCommand(DevToolsAgentHost* agent_host,
Lei Zhang 2017/03/29 05:30:15 Add comment to explain what this does.
jzfeng 2017/03/30 03:04:56 Done.
base::DictionaryValue* command,
- CommandCallback callback);
+ const CommandCallback& callback);
Lei Zhang 2017/03/29 05:30:15 Blank line after.
jzfeng 2017/03/30 03:04:56 Done.
// Should return discovery page HTML that should list available tabs
// and provide attach links.
virtual std::string GetDiscoveryPageHTML();

Powered by Google App Engine
This is Rietveld 408576698