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

Unified Diff: headless/app/headless_shell.h

Issue 2677033003: headless: Add a small C++ example application (Closed)
Patch Set: Rebased Created 3 years, 10 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/app/headless_example.cc ('k') | headless/app/headless_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/app/headless_shell.h
diff --git a/headless/app/headless_shell.h b/headless/app/headless_shell.h
index 70c5936d81815f080485d9fe5cee18b308da89b3..4b0e83f6cbf3e5dd9f19b495af98d69e60599296 100644
--- a/headless/app/headless_shell.h
+++ b/headless/app/headless_shell.h
@@ -19,9 +19,9 @@ namespace headless {
// An application which implements a simple headless browser.
class HeadlessShell : public HeadlessWebContents::Observer,
- emulation::ExperimentalObserver,
- inspector::ExperimentalObserver,
- page::ExperimentalObserver {
+ public emulation::ExperimentalObserver,
+ public inspector::ExperimentalObserver,
+ public page::ExperimentalObserver {
public:
HeadlessShell();
~HeadlessShell() override;
« no previous file with comments | « headless/app/headless_example.cc ('k') | headless/app/headless_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698