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

Unified Diff: developer_switch.cc

Issue 3530001: first cut: establishes base helper classes and main (Closed) Base URL: http://git.chromium.org/git/cros_boot_mode.git
Patch Set: truncation is bad, m'kay. . . Created 10 years, 2 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 | « developer_switch.h ('k') | developer_switch_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: developer_switch.cc
diff --git a/developer_switch.cc b/developer_switch.cc
new file mode 100644
index 0000000000000000000000000000000000000000..ccaa09bfee5039ce4cd71c8f1bcb00098dbb5fef
--- /dev/null
+++ b/developer_switch.cc
@@ -0,0 +1,15 @@
+// Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+//
+// DeveloperSwitch implementation
+
+#include <sys/types.h>
+#include "developer_switch.h"
+
+namespace cros_boot_mode {
+
+DeveloperSwitch::DeveloperSwitch() { }
+DeveloperSwitch::~DeveloperSwitch() { }
+
+} // namespace cros_boot_mode
« no previous file with comments | « developer_switch.h ('k') | developer_switch_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698