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

Unified Diff: chrome/browser/resources/md_history/browser_service.js

Issue 2137903002: MD History: Change how Clear Browsing Data is opened (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use browser service Created 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/compiled_resources2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/browser_service.js
diff --git a/chrome/browser/resources/md_history/browser_service.js b/chrome/browser/resources/md_history/browser_service.js
index 4fa10acab9615249f84b7c5bb32607c578656448..e8790aaeca2351e6ee276fbbd443074dd5b3364f 100644
--- a/chrome/browser/resources/md_history/browser_service.js
+++ b/chrome/browser/resources/md_history/browser_service.js
@@ -49,6 +49,10 @@ cr.define('md_history', function() {
chrome.send('removeBookmark', [url]);
},
+ openClearBrowsingData: function() {
+ chrome.send('clearBrowsingData');
+ },
+
/**
* @param {boolean} successful
* @private
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698