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

Unified Diff: sky/shell/switches.h

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/shell/linux/main.cc ('k') | sky/shell/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/switches.h
diff --git a/sky/shell/switches.h b/sky/shell/switches.h
new file mode 100644
index 0000000000000000000000000000000000000000..05b93f78d6b36f1b6060f759a8662d4613d6983a
--- /dev/null
+++ b/sky/shell/switches.h
@@ -0,0 +1,20 @@
+// Copyright 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef SKY_SHELL_SWITCHES_H_
+#define SKY_SHELL_SWITCHES_H_
+
+namespace sky {
+namespace shell {
+namespace switches {
+
+extern const char kHelp[];
+extern const char kPackageRoot[];
+extern const char kSnapshot[];
+
+} // namespace switches
+} // namespace shell
+} // namespace sky
+
+#endif // SKY_SHELL_SWITCHES_H_
« no previous file with comments | « sky/shell/linux/main.cc ('k') | sky/shell/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698