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

Unified Diff: content/public/browser/render_process_host.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: 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
Index: content/public/browser/render_process_host.h
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
index 66a96eca5c6aca95d61c3ce68656669350f7c3fb..ac9a81ca47a68cc31cb09d28014dc6894060c191 100644
--- a/content/public/browser/render_process_host.h
+++ b/content/public/browser/render_process_host.h
@@ -97,7 +97,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
// Indicates whether the current RenderProcessHost associated with a guest
lazyboy 2014/05/27 19:22:22 This needs description, mostly what you have in CL
Fady Samuel 2014/05/27 21:56:34 Done.
// renderer process.
- virtual bool IsGuest() const = 0;
+ virtual bool IsIsolatedGuest() const = 0;
// Returns the storage partition associated with this process.
//

Powered by Google App Engine
This is Rietveld 408576698