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

Unified Diff: chrome/common/chrome_switches.cc

Issue 12035043: Implementing app command to query EULA acceptance state for Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code complete: added app command install and app_host.exe wait/forward. Created 7 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index cbf7c85f863606daf4192f3522d5ac411310388e..160309c1b38b291e1db9178284697a60bcfef9f2 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1100,6 +1100,10 @@ const char kProxyServer[] = "proxy-server";
// NOTE: This is only implemented for Views.
const char kPurgeMemoryButton[] = "purge-memory-button";
+// Determines whether or not EULA has been accepted at some point, and returns
+// the result (0 or 1) as exit code.
grt (UTC plus 2) 2013/01/23 19:02:29 please be explicit as to what 0 and 1 mean. in gen
huangs 2013/01/24 00:08:08 Done; made comment explicit, and returning E_FAIL
+const char kQueryEULAAcceptance[] = "query-eula-acceptance";
+
// Capture resource consumption information through page cycling and output the
// data to the specified file.
const char kRecordStats[] = "record-stats";

Powered by Google App Engine
This is Rietveld 408576698