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

Unified Diff: chrome/browser/browsing_data_remover.cc

Issue 10387161: Pepper Flash settings integration: add UI for "deauthorize content licenses". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 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 | « chrome/browser/browsing_data_remover.h ('k') | chrome/browser/pepper_flash_settings_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data_remover.cc
diff --git a/chrome/browser/browsing_data_remover.cc b/chrome/browser/browsing_data_remover.cc
index 0772e9ff1c8b62616a2db5cd9b053b66ce9c1603..afb736373e447679b8668a0eaa3ffb064eb50d62 100644
--- a/chrome/browser/browsing_data_remover.cc
+++ b/chrome/browser/browsing_data_remover.cc
@@ -384,6 +384,13 @@ void BrowsingDataRemover::RemoveImpl(int remove_mask,
}
}
+ if (remove_mask & REMOVE_CONTENT_LICENSES) {
+ content::RecordAction(
+ UserMetricsAction("ClearBrowsingData_ContentLicenses"));
+
+ // TODO(yzshen): Implement it.
+ }
+
// Also delete cached network related data (like TransportSecurityState,
// HttpServerProperties data).
profile_->ClearNetworkingHistorySince(delete_begin_);
« no previous file with comments | « chrome/browser/browsing_data_remover.h ('k') | chrome/browser/pepper_flash_settings_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698