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

Unified Diff: content/test/webrtc_audio_device_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
« no previous file with comments | « content/test/render_view_fake_resources_test.cc ('k') | content/test/webrtc_audio_device_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/webrtc_audio_device_test.h
diff --git a/content/test/webrtc_audio_device_test.h b/content/test/webrtc_audio_device_test.h
index 1e136f26c641475a126e90db9d0013796c2d56a0..3f53cf3a82567b15e6f8829d703c5eb05b46debf 100644
--- a/content/test/webrtc_audio_device_test.h
+++ b/content/test/webrtc_audio_device_test.h
@@ -188,6 +188,10 @@ class WebRTCAudioDeviceTest
// These are initialized when we set up our IO thread.
bool has_input_devices_;
bool has_output_devices_;
+
+ // The previous state for whether sandbox support was enabled in
+ // RenderViewWebKitPlatformSupportImpl.
+ bool sandbox_was_enabled_;
};
// A very basic implementation of webrtc::Transport that acts as a transport
« no previous file with comments | « content/test/render_view_fake_resources_test.cc ('k') | content/test/webrtc_audio_device_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698