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

Unified Diff: chrome/test/mini_installer/entry.py

Issue 2747023002: Cleanup machine based on the state in configuration file for mini installer test.
Patch Set: refactor to use visitor pattern Created 3 years, 9 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 | « chrome/test/mini_installer/cleaner_visitor.py ('k') | chrome/test/mini_installer/file.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/mini_installer/entry.py
diff --git a/chrome/test/mini_installer/entry.py b/chrome/test/mini_installer/entry.py
new file mode 100644
index 0000000000000000000000000000000000000000..76ccbb8380cf7a8f411382eecd9656ca2f820bed
--- /dev/null
+++ b/chrome/test/mini_installer/entry.py
@@ -0,0 +1,8 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+class Entry(object):
+ def __init__(self, variable_expander, visitor):
+ self._variable_expander = variable_expander
+ self._visitor = visitor
« no previous file with comments | « chrome/test/mini_installer/cleaner_visitor.py ('k') | chrome/test/mini_installer/file.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698