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

Unified Diff: cloud_print/service/service_switches.cc

Issue 14358019: Added Cloud Print Service installer/uninstaller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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: cloud_print/service/service_switches.cc
diff --git a/cloud_print/service/service_switches.cc b/cloud_print/service/service_switches.cc
index 9386777af3a82f51a6cd94ab577a88986380225a..ea0b50f88b0bf795092ed10f322e940b99ae8661 100644
--- a/cloud_print/service/service_switches.cc
+++ b/cloud_print/service/service_switches.cc
@@ -5,10 +5,10 @@
#include "cloud_print/service/service_switches.h"
const char kConsoleSwitch[] = "console";
+const char kDeleteSwitch[] = "delete";
const char kInstallSwitch[] = "install";
const char kRequirementsSwitch[] = "requirements";
const char kServiceSwitch[] = "service";
const char kStartSwitch[] = "start";
const char kStopSwitch[] = "stop";
const char kUninstallSwitch[] = "uninstall";
gene 2013/04/23 01:13:59 why did you remove an empty line here?
Vitaly Buka (NO REVIEWS) 2013/04/23 04:58:51 Done.
-

Powered by Google App Engine
This is Rietveld 408576698