Index: content/public/test/content_browser_test.h |
diff --git a/content/public/test/content_browser_test.h b/content/public/test/content_browser_test.h |
index cd73852389369cd8a0d2c9d25c73cdf25fcaeb7c..91bd0dfbc9f30c339e9e6ac9b653c5219dbca13e 100644 |
--- a/content/public/test/content_browser_test.h |
+++ b/content/public/test/content_browser_test.h |
@@ -39,8 +39,6 @@ class ContentBrowserTest : public BrowserTestBase { |
private: |
Shell* shell_; |
- bool setup_called_; |
- |
#if defined(OS_ANDROID) |
// For all other platforms, this is done automatically when calling into |
// ContentMain. For Android we set things up manually. |