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

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

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
Index: blimp/client/core/contents/blimp_navigation_controller_impl.h
diff --git a/blimp/client/core/contents/blimp_navigation_controller_impl.h b/blimp/client/core/contents/blimp_navigation_controller_impl.h
index 879ecbf20751c36d036f5749e77956f20e30aaa3..db15cb68e645674c0dafe046b2a731c2da7ae73c 100644
--- a/blimp/client/core/contents/blimp_navigation_controller_impl.h
+++ b/blimp/client/core/contents/blimp_navigation_controller_impl.h
@@ -27,9 +27,6 @@ class BlimpNavigationControllerImpl
NavigationFeature* feature);
~BlimpNavigationControllerImpl() override;
- // For testing only.
- void SetNavigationFeatureForTesting(NavigationFeature* feature);
-
// BlimpNavigationController implementation.
void LoadURL(const GURL& url) override;
void Reload() override;

Powered by Google App Engine
This is Rietveld 408576698