Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: installer/src/installer-lib/interaction.h

Issue 22887001: Custom action library, initial version (Closed)
Patch Set: Created Oct. 28, 2013, 9:37 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: installer/src/installer-lib/interaction.h
===================================================================
new file mode 100644
--- /dev/null
+++ b/installer/src/installer-lib/interaction.h
@@ -0,0 +1,8 @@
+/**
+ * \file interaction.h User interaction classes. Message boxes and translations.
+ */
+
+#ifndef INTERACTION_H
+#define INTERACTION_H
+
+#endif

Powered by Google App Engine
This is Rietveld