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

Unified Diff: sky/viewer/content_handler_impl.h

Issue 797063002: Make reftests work for sky. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: cleanup Created 6 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: sky/viewer/content_handler_impl.h
diff --git a/sky/viewer/content_handler_impl.h b/sky/viewer/content_handler_impl.h
index 12360f35366122c2b6636b40a50154a4036cc287..dbd0838c736d72047086c1e8adf4c186ceff023e 100644
--- a/sky/viewer/content_handler_impl.h
+++ b/sky/viewer/content_handler_impl.h
@@ -14,7 +14,7 @@ class DocumentView;
class ContentHandlerImpl : public mojo::InterfaceImpl<mojo::ContentHandler> {
public:
- ContentHandlerImpl();
+ ContentHandlerImpl(bool is_testing);
~ContentHandlerImpl() override;
private:
@@ -22,6 +22,8 @@ class ContentHandlerImpl : public mojo::InterfaceImpl<mojo::ContentHandler> {
void StartApplication(mojo::ShellPtr shell,
mojo::URLResponsePtr response) override;
+ bool is_testing_;
+
DISALLOW_COPY_AND_ASSIGN(ContentHandlerImpl);
};

Powered by Google App Engine
This is Rietveld 408576698