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

Unified Diff: third_party/WebKit/public/platform/WebContentSettingsClient.h

Issue 2786673002: Separate ContentSettingsClient out from LocalFrameClient (Closed)
Patch Set: added class-level comment Created 3 years, 8 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 | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/web/WebContentSettingsClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/web/WebContentSettingsClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698