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

Unified Diff: webkit/glue/back_forward_list_client_impl.cc

Issue 19535: Cleanup in webkit/glue/ (Closed)
Patch Set: Created 11 years, 11 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 | « webkit/glue/back_forward_list_client_impl.h ('k') | webkit/glue/chrome_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/back_forward_list_client_impl.cc
diff --git a/webkit/glue/back_forward_list_client_impl.cc b/webkit/glue/back_forward_list_client_impl.cc
index 3e144bf92a1a853d1c919ea3378489a64ae8dc3b..99149d1db0075060d3c4f27e859812b042f32304 100644
--- a/webkit/glue/back_forward_list_client_impl.cc
+++ b/webkit/glue/back_forward_list_client_impl.cc
@@ -26,7 +26,8 @@ void BackForwardListClientImpl::SetCurrentHistoryItem(
current_item_ = item;
}
-WebCore::HistoryItem* BackForwardListClientImpl::GetPreviousHistoryItem() {
+WebCore::HistoryItem* BackForwardListClientImpl::GetPreviousHistoryItem()
+ const {
return previous_item_.get();
}
« no previous file with comments | « webkit/glue/back_forward_list_client_impl.h ('k') | webkit/glue/chrome_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698