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

Unified Diff: mojo/shell/switches.cc

Issue 25895002: Simple shell that loads a dll and calls an entrypoint function passing in a handle to a pipe create… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: exports to template instantiations Created 7 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
Index: mojo/shell/switches.cc
diff --git a/native_client_sdk/src/tests/nacl_io_test/mount_mock.cc b/mojo/shell/switches.cc
similarity index 62%
copy from native_client_sdk/src/tests/nacl_io_test/mount_mock.cc
copy to mojo/shell/switches.cc
index 1006822ed21767e07ef0032ddefddca842698d98..0d3883d5a7748cbda9a89dc73755490f104b2218 100644
--- a/native_client_sdk/src/tests/nacl_io_test/mount_mock.cc
+++ b/mojo/shell/switches.cc
@@ -2,9 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mount_mock.h"
+#include "mojo/shell/switches.h"
-MountMock::MountMock() {}
+namespace switches {
-MountMock::~MountMock() {}
+const char kApp[] = "app";
+} // namespace switches
« build/all.gyp ('K') | « mojo/shell/switches.h ('k') | mojo/system/core_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698