| Index: chrome/browser/guestview/guestview.h
|
| diff --git a/chrome/browser/guestview/guestview.h b/chrome/browser/guestview/guestview.h
|
| index 863be554cfefc1d48b581b6a80134108a421c8fd..825383ba6979952d411d2ae6fdb49cb316904242 100644
|
| --- a/chrome/browser/guestview/guestview.h
|
| +++ b/chrome/browser/guestview/guestview.h
|
| @@ -13,6 +13,7 @@
|
|
|
| class AdViewGuest;
|
| class WebViewGuest;
|
| +struct RendererContentSettingRules;
|
|
|
| // A GuestView is the base class browser-side API implementation for a <*view>
|
| // tag. GuestView maintains an association between a guest WebContents and an
|
| @@ -62,6 +63,10 @@ class GuestView : public content::BrowserPluginGuestDelegate {
|
| std::string* partition_name,
|
| bool* in_memory);
|
|
|
| + // By default, JavaScript and images are enabled in guest content.
|
| + static void GetDefaultContentSettingRules(
|
| + RendererContentSettingRules* rules, bool incognito);
|
| +
|
| virtual void Attach(content::WebContents* embedder_web_contents,
|
| const base::DictionaryValue& args);
|
|
|
|
|