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

Unified Diff: chrome/browser/site_details.h

Issue 1406133002: Several Site Details / Memory metrics fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_isolate_apps4
Patch Set: thestig's fixes. Created 5 years, 2 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 | « chrome/browser/memory_details.cc ('k') | chrome/browser/site_details.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/site_details.h
diff --git a/chrome/browser/site_details.h b/chrome/browser/site_details.h
index a8833d2601ac634b5f731d1c0c947019485882cd..da613373d276a0103dcfbc20212c03f54523d1b3 100644
--- a/chrome/browser/site_details.h
+++ b/chrome/browser/site_details.h
@@ -16,6 +16,7 @@ typedef base::hash_map<int32, std::set<GURL>> BrowsingInstanceSiteMap;
// This enum represents various alternative process model policies that we want
// to evaluate. We'll estimate the process cost of each scenario.
enum IsolationScenarioType {
+ ISOLATE_NOTHING,
ISOLATE_ALL_SITES,
ISOLATE_HTTPS_SITES,
ISOLATE_EXTENSIONS,
@@ -28,11 +29,6 @@ struct IsolationScenario {
IsolationScenario();
~IsolationScenario();
- void CollectSiteInfoForScenario(content::SiteInstance* primary,
- const GURL& site);
- void GetProcessCountEstimate();
- void GetProcessCountLowerBound();
-
IsolationScenarioType policy;
std::set<GURL> sites;
BrowsingInstanceSiteMap browsing_instance_site_map;
« no previous file with comments | « chrome/browser/memory_details.cc ('k') | chrome/browser/site_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698