| Index: third_party/WebKit/public/platform/WebContentSettingsClient.h
|
| diff --git a/third_party/WebKit/public/web/WebContentSettingsClient.h b/third_party/WebKit/public/platform/WebContentSettingsClient.h
|
| similarity index 97%
|
| rename from third_party/WebKit/public/web/WebContentSettingsClient.h
|
| rename to third_party/WebKit/public/platform/WebContentSettingsClient.h
|
| index b0ae806f4e1e7d93b0fadb165181fa314563ddf0..53d0b70abe8185ab1a49c29ed8614053922a6443 100644
|
| --- a/third_party/WebKit/public/web/WebContentSettingsClient.h
|
| +++ b/third_party/WebKit/public/platform/WebContentSettingsClient.h
|
| @@ -13,6 +13,8 @@ class WebSecurityOrigin;
|
| class WebString;
|
| class WebURL;
|
|
|
| +// This class provides the content settings information which tells
|
| +// whether each feature is allowed or not.
|
| class WebContentSettingsClient {
|
| public:
|
| // Controls whether access to Web Databases is allowed for this frame.
|
|
|