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

Unified Diff: content/browser/frame_host/navigation_entry_impl.h

Issue 2327083002: Ntp: restore scroll position. (Closed)
Patch Set: fix build (const) Created 4 years, 3 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: content/browser/frame_host/navigation_entry_impl.h
diff --git a/content/browser/frame_host/navigation_entry_impl.h b/content/browser/frame_host/navigation_entry_impl.h
index 4c96d55e2b7342d18cd35e31ca6ae2b681e20e3f..e2363b6ff430152097fbe433e86420fd9569c9bf 100644
--- a/content/browser/frame_host/navigation_entry_impl.h
+++ b/content/browser/frame_host/navigation_entry_impl.h
@@ -140,6 +140,7 @@ class CONTENT_EXPORT NavigationEntryImpl
const base::string16& data) override;
bool GetExtraData(const std::string& key,
base::string16* data) const override;
+ const std::map<std::string, base::string16>& GetExtraData() const override;
void ClearExtraData(const std::string& key) override;
void SetHttpStatusCode(int http_status_code) override;
int GetHttpStatusCode() const override;

Powered by Google App Engine
This is Rietveld 408576698