 Chromium Code Reviews
 Chromium Code Reviews Issue 1208143002:
  Move existing kSitePerProcess checks to a policy-oracle object  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@swapped_out_cmdline_checks
    
  
    Issue 1208143002:
  Move existing kSitePerProcess checks to a policy-oracle object  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@swapped_out_cmdline_checks| Index: content/browser/frame_host/frame_tree_unittest.cc | 
| diff --git a/content/browser/frame_host/frame_tree_unittest.cc b/content/browser/frame_host/frame_tree_unittest.cc | 
| index fa018674e368d674a1fe19e54e81b38abccc308c..c2c754177251a322878faff6be29a4b592b970ae 100644 | 
| --- a/content/browser/frame_host/frame_tree_unittest.cc | 
| +++ b/content/browser/frame_host/frame_tree_unittest.cc | 
| @@ -13,6 +13,7 @@ | 
| #include "content/browser/web_contents/web_contents_impl.h" | 
| #include "content/common/frame_messages.h" | 
| #include "content/public/browser/web_contents_observer.h" | 
| +#include "content/public/common/site_isolation_policy.h" | 
| 
nasko
2015/07/08 12:52:22
Why is this include needed?
 
ncarter (slow)
2015/07/10 23:29:18
Done.
 | 
| #include "content/public/test/mock_render_process_host.h" | 
| #include "content/public/test/test_browser_context.h" | 
| #include "content/public/test/test_browser_thread_bundle.h" |