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

Unified Diff: content/public/test/render_view_fake_resources_test.h

Issue 10449094: Fix client-side phishing detection test flakiness and ChromeOS failure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restore the previous sandbox-enabled state Created 8 years, 6 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: 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);
};

Powered by Google App Engine
This is Rietveld 408576698