Index: content/public/test/render_view_fake_resources_test.h |
diff --git a/content/public/test/render_view_fake_resources_test.h b/content/public/test/render_view_fake_resources_test.h |
index 0cf467f4f493d914aed21f3b16018ca162ee5f06..4d972c3b63676b310a8bf8c240fc10cd6a504a68 100644 |
--- a/content/public/test/render_view_fake_resources_test.h |
+++ b/content/public/test/render_view_fake_resources_test.h |
@@ -140,6 +140,10 @@ class RenderViewFakeResourcesTest : public ::testing::Test, |
// A helper for GoBack and GoForward. |
void GoToOffset(int offset, const WebKit::WebHistoryItem& history_item); |
+ // The previous state for whether sandbox support was enabled in |
+ // RenderViewWebKitPlatformSupportImpl. |
+ bool sandbox_was_enabled_; |
+ |
DISALLOW_COPY_AND_ASSIGN(RenderViewFakeResourcesTest); |
}; |