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

Unified Diff: third_party/WebKit/public/BUILD.gn

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
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index c92084308f6816718a762ae19b352d03be6f4cc0..6a53251a795778f679a71026fc67a440c68e7a66 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -137,6 +137,7 @@ source_set("blink_headers") {
"platform/WebContentSecurityPolicy.h",
"platform/WebContentSecurityPolicyStruct.h",
"platform/WebContentSettingCallbacks.h",
+ "platform/WebContentSettingsClient.h",
"platform/WebCookieJar.h",
"platform/WebCredential.h",
"platform/WebCredentialManagerClient.h",
@@ -469,7 +470,6 @@ source_set("blink_headers") {
"web/WebCompositionUnderline.h",
"web/WebConsoleMessage.h",
"web/WebContentSecurityPolicy.h",
- "web/WebContentSettingsClient.h",
"web/WebContextMenuData.h",
"web/WebCryptoNormalize.h",
"web/WebCustomElement.h",
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | third_party/WebKit/public/platform/WebContentSettingsClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698