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

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

Issue 2745323003: Add CrAppProtocol for headless on Mac (Closed)
Patch Set: updated upstream, small nit 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
« no previous file with comments | « headless/BUILD.gn ('k') | headless/lib/browser/headless_browser_main_parts_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/lib/browser/headless_browser_main_parts.h
diff --git a/headless/lib/browser/headless_browser_main_parts.h b/headless/lib/browser/headless_browser_main_parts.h
index e29b92abed38c85a7b5a5b88196cc93b5411ccd7..0bf44ee55d472aa31d3905585aee66f70a8b23db 100644
--- a/headless/lib/browser/headless_browser_main_parts.h
+++ b/headless/lib/browser/headless_browser_main_parts.h
@@ -22,6 +22,9 @@ class HeadlessBrowserMainParts : public content::BrowserMainParts {
// content::BrowserMainParts implementation:
void PreMainMessageLoopRun() override;
void PostMainMessageLoopRun() override;
+#if defined(OS_MACOSX)
+ void PreMainMessageLoopStart() override;
+#endif
private:
HeadlessBrowserImpl* browser_; // Not owned.
« no previous file with comments | « headless/BUILD.gn ('k') | headless/lib/browser/headless_browser_main_parts_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698