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

Unified Diff: sky/tools/packager/switches.cc

Issue 1212623002: Support snapshots in sky_shell (again) (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/tools/packager/switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/packager/switches.cc
diff --git a/sky/tools/packager/switches.cc b/sky/tools/packager/switches.cc
index cf867e228d61b8ce1a6465485f17b8dbfce02715..664055f545623b147842464f8a6f74b25b77bb0d 100644
--- a/sky/tools/packager/switches.cc
+++ b/sky/tools/packager/switches.cc
@@ -4,5 +4,10 @@
#include "sky/tools/packager/switches.h"
+namespace switches {
+
+const char kHelp[] = "help";
const char kPackageRoot[] = "package-root";
const char kSnapshot[] = "snapshot";
+
+} // namespace switches
« no previous file with comments | « sky/tools/packager/switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698