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

Unified Diff: chrome/installer/gcapi_mac/gcapi_example_client.mm

Issue 10832297: gcapi example: Add --criteria-check longform for -c (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/gcapi_mac/gcapi_example_client.mm
diff --git a/chrome/installer/gcapi_mac/gcapi_example_client.mm b/chrome/installer/gcapi_mac/gcapi_example_client.mm
index 8165e455e159f37d9f4fb9b0078e69edac1d0ba4..9c698cd56b8ccebeff722234dbbda1856593fd5d 100644
--- a/chrome/installer/gcapi_mac/gcapi_example_client.mm
+++ b/chrome/installer/gcapi_mac/gcapi_example_client.mm
@@ -25,6 +25,7 @@ void Usage() {
int main(int argc, char* argv[]) {
const option kLongOptions[] = {
+ { "criteria-check", no_argument, NULL, 'c' },
{ "force-reinstall", no_argument, NULL, 'r' },
{ "install", required_argument, NULL, 'i' },
{ "brand", required_argument, NULL, 'b' },
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698