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

Unified Diff: components/html_viewer/html_viewer.h

Issue 1218323002: Hook up test runner to new layout_test_html_viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 5 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: components/html_viewer/html_viewer.h
diff --git a/components/html_viewer/html_viewer.h b/components/html_viewer/html_viewer.h
index 1a7fd9a6a36ff68b8ac9dc0dcdf2c76bf91d2ed9..ba8af6a11b845c877001cf6fb03e50ab67bddcee 100644
--- a/components/html_viewer/html_viewer.h
+++ b/components/html_viewer/html_viewer.h
@@ -21,9 +21,15 @@ class HTMLViewer : public mojo::ApplicationDelegate,
HTMLViewer();
~HTMLViewer() override;
- private:
+ protected:
+ GlobalState* global_state() const { return global_state_.get(); }
+ mojo::ApplicationImpl* app() const { return app_; }
+
// Overridden from ApplicationDelegate:
void Initialize(mojo::ApplicationImpl* app) override;
+
+ private:
+ // Overridden from ApplicationDelegate:
bool ConfigureIncomingConnection(
mojo::ApplicationConnection* connection) override;

Powered by Google App Engine
This is Rietveld 408576698