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

Unified Diff: chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h

Issue 2906103002: Post-cleanup settings reset. (Closed)
Patch Set: Rebase Created 3 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
Index: chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h
diff --git a/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h b/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h
index 67a87b371857b4b442dc86e64186b52d66d13124..48075b5066e05b874615ad0d314f32ba779b5f57 100644
--- a/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h
+++ b/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h
@@ -8,6 +8,11 @@
// NOTE: the actual implementation will be handled in a separate CL. These
// changes are only here to enable testing.
+// DO NOT SUBMIT. Please ignore changes to this file for the moment.
+
+#include <memory>
+
+#include "base/callback.h"
#include "base/files/file_path.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
@@ -105,6 +110,8 @@ class ChromeCleanerController
void OnCleanupFinished();
+ void FinalizeCleanup();
+
void NotifyObserver(Observer* observer) const;
void NotifyAllObservers() const;
void SetKeepAlive(bool keep_alive);

Powered by Google App Engine
This is Rietveld 408576698