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

Unified Diff: chrome/browser/ui/webui/net_internals/net_internals_ui.cc

Issue 2084903002: Moved BrowsingDataCounter and part of BrowsingDataCounterUtils to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed deps Created 4 years, 6 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: chrome/browser/ui/webui/net_internals/net_internals_ui.cc
diff --git a/chrome/browser/ui/webui/net_internals/net_internals_ui.cc b/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
index f5400a74808d8aba489717c9c3794697340cc25c..1383fe739a93f426ef2243d2ba00a0f4e5289e97 100644
--- a/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
+++ b/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
@@ -531,8 +531,7 @@ void NetInternalsMessageHandler::OnClearBrowserCache(
BrowsingDataRemover* remover =
BrowsingDataRemoverFactory::GetForBrowserContext(
Profile::FromWebUI(web_ui()));
- remover->Remove(BrowsingDataRemover::Unbounded(),
- BrowsingDataRemover::REMOVE_CACHE,
+ remover->Remove(Unbounded(), BrowsingDataRemover::REMOVE_CACHE,
BrowsingDataHelper::UNPROTECTED_WEB);
// BrowsingDataRemover deletes itself.
}

Powered by Google App Engine
This is Rietveld 408576698