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

Unified Diff: content/browser/site_per_process_browsertest.h

Issue 2655393004: Make ResourceScheduler work in OOPIF (Closed)
Patch Set: Make ResourceScheduler work in OOPIF Created 3 years, 11 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/browser/site_per_process_browsertest.h
diff --git a/content/browser/site_per_process_browsertest.h b/content/browser/site_per_process_browsertest.h
index 32861ec6d3978e1139d0bd3201b34c1e2aa1f9b7..fe8b84b0c8e96cc182a258cb7c21c60cfd8cf730 100644
--- a/content/browser/site_per_process_browsertest.h
+++ b/content/browser/site_per_process_browsertest.h
@@ -7,6 +7,7 @@
#include <string>
+#include "base/macros.h"
#include "content/browser/web_contents/web_contents_impl.h"
#include "content/public/test/content_browser_test.h"
#include "content/shell/browser/shell.h"
@@ -33,6 +34,8 @@ class SitePerProcessBrowserTest : public ContentBrowserTest {
private:
FrameTreeVisualizer visualizer_;
+
+ DISALLOW_COPY_AND_ASSIGN(SitePerProcessBrowserTest);
};
} // namespace content
« no previous file with comments | « content/browser/loader/resource_scheduler_filter.cc ('k') | content/browser/site_per_process_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698