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

Unified Diff: chrome/installer/setup/setup_singleton.cc

Issue 2333853002: Support --delete-old-versions in setup.exe. (Closed)
Patch Set: self-review Created 4 years, 3 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/installer/setup/setup_singleton.cc
diff --git a/chrome/installer/setup/setup_singleton.cc b/chrome/installer/setup/setup_singleton.cc
index de73e9f60c1f258f0e21f60cce659e25a028685e..7efa32afbdbe42237ca78730bc5281d5f1afbaec 100644
--- a/chrome/installer/setup/setup_singleton.cc
+++ b/chrome/installer/setup/setup_singleton.cc
@@ -92,7 +92,7 @@ std::unique_ptr<SetupSingleton> SetupSingleton::Acquire(
SetupSingleton::~SetupSingleton() = default;
-bool SetupSingleton::WaitForInterrupt(const base::TimeDelta& max_time) {
+bool SetupSingleton::WaitForInterrupt(const base::TimeDelta& max_time) const {
const bool exit_event_signaled = exit_event_.TimedWait(max_time);
return exit_event_signaled;
}

Powered by Google App Engine
This is Rietveld 408576698