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

Unified Diff: ios/chrome/browser/native_app_launcher/native_app_navigation_controller.h

Issue 2731443003: Removed CRWWebController dependency from NativeAppNavigationController. (Closed)
Patch Set: Fixed dependencies Created 3 years, 10 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: ios/chrome/browser/native_app_launcher/native_app_navigation_controller.h
diff --git a/ios/chrome/browser/native_app_launcher/native_app_navigation_controller.h b/ios/chrome/browser/native_app_launcher/native_app_navigation_controller.h
index a343b9e9646691cf8945941ca7e9a081b9b6eb37..a4ef5e7c5d3dce0c8bfd4d1c2f5c82ec2acf4b23 100644
--- a/ios/chrome/browser/native_app_launcher/native_app_navigation_controller.h
+++ b/ios/chrome/browser/native_app_launcher/native_app_navigation_controller.h
@@ -23,8 +23,7 @@ class WebState;
// NativeAppNavigationController brings up a GAL Infobar if the webpage directs
// it to do so and there are no other circumstances that would suppress its
// display.
-@interface NativeAppNavigationController
- : NSObject<CRWWebControllerObserver, NativeAppNavigationControllerProtocol>
+@interface NativeAppNavigationController : NSObject
// Designated initializer. The use of |tab| will be phased out in the future
// when all the information needed can be fulfilled by |webState|. Use this

Powered by Google App Engine
This is Rietveld 408576698