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

Unified Diff: chrome/browser/feedback/system_logs/system_logs_fetcher.h

Issue 2953353002: Support anonymizer whitelisted UUIDs (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | chrome/browser/feedback/system_logs/system_logs_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/feedback/system_logs/system_logs_fetcher.h
diff --git a/chrome/browser/feedback/system_logs/system_logs_fetcher.h b/chrome/browser/feedback/system_logs/system_logs_fetcher.h
index 8fe6af7d184c60748e92d5e14706404c4768fcf1..427b3fcca4320a84e5f074edeb7f79f313166b94 100644
--- a/chrome/browser/feedback/system_logs/system_logs_fetcher.h
+++ b/chrome/browser/feedback/system_logs/system_logs_fetcher.h
@@ -80,9 +80,6 @@ class SystemLogsFetcher {
// AddResponse().
void OnFetched(const std::string& source_name, SystemLogsResponse* response);
- // Anonymizes the response data.
- void Scrub(SystemLogsResponse* response);
-
// Merges the |response| it receives into response_. When all the data sources
// have responded, it deletes their objects and returns the response to the
// callback_. After this it deletes this instance of the object.
« no previous file with comments | « no previous file | chrome/browser/feedback/system_logs/system_logs_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698