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

Unified Diff: chrome/browser/guest_view/guest_view_manager.h

Issue 293093010: Rename RenderProcessHost::IsGuest to RenderProcessHost::IsIsolatedGuest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_isguest_chrome_callsites
Patch Set: Fixed interactive_ui_tests build Created 6 years, 7 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/extensions/user_script_master.cc ('k') | chrome/browser/guest_view/guest_view_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/guest_view/guest_view_manager.h
diff --git a/chrome/browser/guest_view/guest_view_manager.h b/chrome/browser/guest_view/guest_view_manager.h
index eaf195efce6bec63687fd875616ff24bc970ce13..9578cec4a4910292a86b2eafafc6222e9166edc6 100644
--- a/chrome/browser/guest_view/guest_view_manager.h
+++ b/chrome/browser/guest_view/guest_view_manager.h
@@ -65,8 +65,6 @@ class GuestViewManager : public content::BrowserPluginGuestManager,
void RemoveGuest(int guest_instance_id);
- void AddRenderProcessHostID(int render_process_host_id);
-
content::SiteInstance* GetGuestSiteInstance(
const GURL& guest_site);
@@ -90,9 +88,6 @@ class GuestViewManager : public content::BrowserPluginGuestManager,
static bool CanEmbedderAccessGuest(int embedder_render_process_id,
GuestViewBase* guest);
- // Counts RenderProcessHost IDs of GuestViewBases.
- std::multiset<int> render_process_host_id_multiset_;
-
// Contains guests' WebContents, mapping from their instance ids.
typedef std::map<int, content::WebContents*> GuestInstanceMap;
GuestInstanceMap guest_web_contents_by_instance_id_;
« no previous file with comments | « chrome/browser/extensions/user_script_master.cc ('k') | chrome/browser/guest_view/guest_view_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698