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

Unified Diff: chrome/installer/util/util_constants.cc

Issue 18732: Wire the eula and the dialog display code... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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
« chrome/installer/setup/main.cc ('K') | « chrome/installer/util/util_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/util_constants.cc
===================================================================
--- chrome/installer/util/util_constants.cc (revision 8439)
+++ chrome/installer/util/util_constants.cc (working copy)
@@ -66,6 +66,9 @@
// Enable verbose logging (info level).
const wchar_t kVerboseLogging[] = L"verbose-logging";
+// Show the embedded EULA dialog.
+const wchar_t kShowEula[] = L"show-eula";
+
} // namespace switches
const wchar_t kInstallBinaryDir[] = L"Application";
« chrome/installer/setup/main.cc ('K') | « chrome/installer/util/util_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698