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

Unified Diff: ios/public/provider/chrome/browser/ui/BUILD.gn

Issue 2596813002: Remove ChromeBrowserProvider::CreateInfoBarView() method. (Closed)
Patch Set: Created 4 years 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: ios/public/provider/chrome/browser/ui/BUILD.gn
diff --git a/ios/public/provider/chrome/browser/ui/BUILD.gn b/ios/public/provider/chrome/browser/ui/BUILD.gn
index fb800d66fb6d8ded4537b5482fa51f8127de4eb1..cc0f8a2b34c1d4c8e2beebcc3495660dc57e86d2 100644
--- a/ios/public/provider/chrome/browser/ui/BUILD.gn
+++ b/ios/public/provider/chrome/browser/ui/BUILD.gn
@@ -7,8 +7,6 @@ source_set("ui") {
"app_rating_prompt.h",
"default_ios_web_view_factory.h",
"default_ios_web_view_factory.mm",
- "infobar_view_delegate.h",
- "infobar_view_protocol.h",
"logo_vendor.h",
"text_field_styling.h",
]
@@ -22,8 +20,6 @@ source_set("ui") {
source_set("test_support") {
testonly = true
sources = [
- "test_infobar_view.h",
- "test_infobar_view.mm",
"test_styled_text_field.h",
"test_styled_text_field.mm",
]

Powered by Google App Engine
This is Rietveld 408576698