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

Unified Diff: ios/public/provider/chrome/browser/ui/test_infobar_view.h

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/test_infobar_view.h
diff --git a/ios/public/provider/chrome/browser/ui/test_infobar_view.h b/ios/public/provider/chrome/browser/ui/test_infobar_view.h
deleted file mode 100644
index 6c6e8805f51c2d3e2a5d7a454a96007839edb867..0000000000000000000000000000000000000000
--- a/ios/public/provider/chrome/browser/ui/test_infobar_view.h
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef IOS_PUBLIC_PROVIDER_CHROME_BROWSER_UI_TEST_INFOBAR_VIEW_H_
-#define IOS_PUBLIC_PROVIDER_CHROME_BROWSER_UI_TEST_INFOBAR_VIEW_H_
-
-#import "ios/public/provider/chrome/browser/ui/infobar_view_protocol.h"
-
-#import <UIKit/UIKit.h>
-
-@interface TestInfoBarView : UIView<InfoBarViewProtocol>
-@end
-
-#endif // IOS_PUBLIC_PROVIDER_CHROME_BROWSER_UI_TEST_INFOBAR_VIEW_H_

Powered by Google App Engine
This is Rietveld 408576698