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

Unified Diff: chrome/browser/DEPS

Issue 2393513004: Convert app banners to use Mojo. (Closed)
Patch Set: Remove WebAppBannerPromptResult Created 4 years, 2 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: chrome/browser/DEPS
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index fa880ce48028d697141967f85ae3be739db73698..bb6d72504d6edf6e29bb910b4178f5c4e5d05087 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -89,7 +89,7 @@ include_rules = [
"+third_party/WebKit/public/platform/WebDisplayMode.h",
"+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h",
"+third_party/WebKit/public/platform/WebReferrerPolicy.h",
- "+third_party/WebKit/public/platform/modules/app_banner/WebAppBannerPromptReply.h",
+ "+third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom.h",
"+third_party/WebKit/public/platform/modules/budget_service/budget_service.mojom.h",
"+third_party/WebKit/public/platform/modules/notifications/WebNotificationConstants.h",
"+third_party/WebKit/public/platform/modules/payments/payment_request.mojom.h",
@@ -113,4 +113,4 @@ specific_include_rules = {
'chrome_security_exploit_browsertest\.cc' : [
'+content/common',
],
-}
+}

Powered by Google App Engine
This is Rietveld 408576698