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

Unified Diff: chrome/installer/util/installer_state.h

Issue 6538025: Temp dir cleanup:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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/util/installer_state.h
===================================================================
--- chrome/installer/util/installer_state.h (revision 75264)
+++ chrome/installer/util/installer_state.h (working copy)
@@ -145,7 +145,8 @@
// Try to delete all directories whose versions are lower than
// |latest_version|.
- void RemoveOldVersionDirectories(const Version& latest_version) const;
+ void RemoveOldVersionDirectories(const Version& latest_version,
+ const FilePath& temp_path) const;
// Adds to |com_dll_list| the list of COM DLLs that are to be registered
// and/or unregistered. The list may be empty.

Powered by Google App Engine
This is Rietveld 408576698