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

Unified Diff: components/update_client/test_installer.h

Issue 2918653003: Unconditionally delete the unpack path in the UpdateClient. (Closed)
Patch Set: 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
« no previous file with comments | « components/update_client/component.cc ('k') | components/update_client/test_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/test_installer.h
diff --git a/components/update_client/test_installer.h b/components/update_client/test_installer.h
index 1b5bea0bda11710b37f46b57ac2a07d74cd3a6ae..473772e8a0f5273de1e4e2ab47ae0581c879603e 100644
--- a/components/update_client/test_installer.h
+++ b/components/update_client/test_installer.h
@@ -42,6 +42,10 @@ class TestInstaller : public CrxInstaller {
int error_;
int install_count_;
+
+ private:
+ // Contains the |unpack_path| argument of the Install call.
+ base::FilePath unpack_path_;
};
// A ReadOnlyTestInstaller is an installer that knows about files in an existing
« no previous file with comments | « components/update_client/component.cc ('k') | components/update_client/test_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698