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

Unified Diff: blimp/client/core/contents/blimp_navigation_controller_impl.cc

Issue 2258563003: Added features to BlimpClientContext and BlimpContents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ime_feature_move
Patch Set: Register features Created 4 years, 4 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
« no previous file with comments | « blimp/client/core/contents/blimp_navigation_controller_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/contents/blimp_navigation_controller_impl.cc
diff --git a/blimp/client/core/contents/blimp_navigation_controller_impl.cc b/blimp/client/core/contents/blimp_navigation_controller_impl.cc
index 65492ee68b90674a540ca8eae3c0cdcfb5852503..ad75b09ae90eea01033b8b1f1fb6068d00154fe5 100644
--- a/blimp/client/core/contents/blimp_navigation_controller_impl.cc
+++ b/blimp/client/core/contents/blimp_navigation_controller_impl.cc
@@ -25,12 +25,6 @@ BlimpNavigationControllerImpl::BlimpNavigationControllerImpl(
BlimpNavigationControllerImpl::~BlimpNavigationControllerImpl() = default;
-void BlimpNavigationControllerImpl::SetNavigationFeatureForTesting(
- NavigationFeature* feature) {
- navigation_feature_ = feature;
- navigation_feature_->SetDelegate(kDummyTabId, this);
-}
-
void BlimpNavigationControllerImpl::LoadURL(const GURL& url) {
current_url_ = url;
navigation_feature_->NavigateToUrlText(kDummyTabId, current_url_.spec());
« no previous file with comments | « blimp/client/core/contents/blimp_navigation_controller_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698