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

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

Issue 2233023002: Adding BlimpNavigationController to Tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nav_handler_remove
Patch Set: Fixing unit tests 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 1193fbaf9da96a848fce26f6c4746cc4f75b3354..879ecbf20751c36d036f5749e77956f20e30aaa3 100644
--- a/blimp/client/core/contents/blimp_navigation_controller_impl.h
+++ b/blimp/client/core/contents/blimp_navigation_controller_impl.h
@@ -38,6 +38,7 @@ class BlimpNavigationControllerImpl
void GoBack() override;
void GoForward() override;
const GURL& GetURL() override;
+ const std::string& GetTitle();
private:
// NavigationFeatureDelegate implementation.
@@ -59,6 +60,9 @@ class BlimpNavigationControllerImpl
// The currently active URL.
GURL current_url_;
+ // Title of the currently active page.
+ std::string current_title_;
+
DISALLOW_COPY_AND_ASSIGN(BlimpNavigationControllerImpl);
};
« no previous file with comments | « blimp/client/core/contents/blimp_contents_impl.cc ('k') | blimp/client/core/contents/blimp_navigation_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698