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

Unified Diff: native_client_sdk/src/libraries/nacl_mounts/nacl_mounts.cc

Issue 12194030: Rename mount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix whitespace Created 7 years, 10 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: native_client_sdk/src/libraries/nacl_mounts/nacl_mounts.cc
diff --git a/native_client_sdk/src/libraries/nacl_mounts/nacl_mounts.cc b/native_client_sdk/src/libraries/nacl_mounts/nacl_mounts.cc
deleted file mode 100644
index 8490c301ae5d74c3e6c553b07f7431af2ca13dcd..0000000000000000000000000000000000000000
--- a/native_client_sdk/src/libraries/nacl_mounts/nacl_mounts.cc
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Copyright (c) 2012 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.
- */
-
-#include "nacl_mounts/nacl_mounts.h"
-
-#include <stdlib.h>
-#include "nacl_mounts/kernel_intercept.h"
-
-void nacl_mounts_init() {
- ki_init(NULL);
-}
-
-void nacl_mounts_init_ppapi(PP_Instance instance,
- PPB_GetInterface get_interface) {
- ki_init_ppapi(NULL, instance, get_interface);
-}

Powered by Google App Engine
This is Rietveld 408576698