| Index: chrome_frame/test/net/fake_external_tab.cc
|
| ===================================================================
|
| --- chrome_frame/test/net/fake_external_tab.cc (revision 189099)
|
| +++ chrome_frame/test/net/fake_external_tab.cc (working copy)
|
| @@ -967,8 +967,7 @@
|
| watchdog.AddObserver(&credentials, "Windows Security", "");
|
|
|
| sandbox::SandboxInterfaceInfo sandbox_info = {0};
|
| - // This would normally be done, but is probably not needed for these tests.
|
| - // content::InitializeSandboxInfo(&sandbox_info);
|
| + content::InitializeSandboxInfo(&sandbox_info);
|
| FakeMainDelegate delegate;
|
| content::ContentMain(
|
| reinterpret_cast<HINSTANCE>(GetModuleHandle(NULL)),
|
|
|