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

Unified Diff: content/browser/site_instance_unittest.cc

Issue 7328029: Use process-per-app-instance for hosted apps without background permission. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix incognito function. Created 9 years, 5 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/browser/site_instance.cc ('k') | content/common/content_notification_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/site_instance_unittest.cc
diff --git a/content/browser/site_instance_unittest.cc b/content/browser/site_instance_unittest.cc
index 40b9d8c0823bd83d0e3599c011402eeb6f05b826..b1e55b57cc8cb232ae38b77cb37a7974e8ec52ea 100644
--- a/content/browser/site_instance_unittest.cc
+++ b/content/browser/site_instance_unittest.cc
@@ -42,6 +42,11 @@ class SiteInstanceTestBrowserClient : public content::MockContentBrowserClient {
return &factory_;
}
+ virtual bool ShouldUseProcessPerSite(Profile* profile,
+ const GURL& effective_url) OVERRIDE {
+ return false;
+ }
+
virtual bool IsURLSameAsAnySiteInstance(const GURL& url) OVERRIDE {
return url == GURL(kSameAsAnyInstanceURL) ||
url == GURL(chrome::kAboutCrashURL);
« no previous file with comments | « content/browser/site_instance.cc ('k') | content/common/content_notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698