| Index: extensions/browser/guest_view/web_view/web_view_guest.h
|
| diff --git a/extensions/browser/guest_view/web_view/web_view_guest.h b/extensions/browser/guest_view/web_view/web_view_guest.h
|
| index 9144c68a683023b6d80b98517a553bd56e8f5374..1f1a1ad2d62fb1ce0e6123b794e38eab546c3079 100644
|
| --- a/extensions/browser/guest_view/web_view/web_view_guest.h
|
| +++ b/extensions/browser/guest_view/web_view/web_view_guest.h
|
| @@ -60,6 +60,12 @@ class WebViewGuest : public guest_view::GuestView<WebViewGuest>,
|
| std::string* partition_name,
|
| bool* in_memory);
|
|
|
| + // Returns the WebView partition ID associated with the render process
|
| + // represented by |render_process_host|, if any. Otherwise, an empty string is
|
| + // returned.
|
| + static std::string GetPartitionID(
|
| + const content::RenderProcessHost* render_process_host);
|
| +
|
| static const char Type[];
|
|
|
| // Returns the stored rules registry ID of the given webview. Will generate
|
|
|