Index: components/html_viewer/setup.h |
diff --git a/components/html_viewer/setup.h b/components/html_viewer/setup.h |
index ed3255466d44c201d36613397c20890d48c851c1..305ef14dcb1e9341d72d1dcd21c84e6e3c2ff2f8 100644 |
--- a/components/html_viewer/setup.h |
+++ b/components/html_viewer/setup.h |
@@ -39,10 +39,6 @@ class Setup { |
explicit Setup(mojo::ApplicationImpl* app); |
~Setup(); |
- // Use to explicitly create headless regardless of command line switches. |
- // This must be invoked before InitIfNecessary(). |
- void InitHeadless(); |
- |
// Inits with the specified screen size and device pixel ratio. |
// NOTE: we wait to complete setup until the device pixel ratio is available |
// as ResourceBundle uses the device pixel ratio during initialization. |
@@ -72,7 +68,7 @@ class Setup { |
resource_provider::ResourceLoader resource_loader_; |
- bool is_headless_; |
+ const bool is_headless_; |
// True once we've completed init. |
bool did_init_; |