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

Unified Diff: chrome/browser/resources/history.html

Issue 159068: Reflecting the changes on bookmarks in History page.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 5 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
« chrome/browser/dom_ui/history_ui.cc ('K') | « chrome/browser/dom_ui/history_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history.html
===================================================================
--- chrome/browser/resources/history.html (revision 21505)
+++ chrome/browser/resources/history.html (working copy)
@@ -803,6 +803,10 @@
window.console.log("History deleted");
historyView.reload();
}
+
+function reloadList() {
+ historyView.reload();
+}
</script>
<link rel="stylesheet" href="dom_ui.css">
<style>
« chrome/browser/dom_ui/history_ui.cc ('K') | « chrome/browser/dom_ui/history_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698