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

Unified Diff: components/nacl/loader/nonsfi/irt_random.h

Issue 1409633002: Non-SFI mode: Remove old Non-SFI code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « components/nacl/loader/nonsfi/irt_ppapi.cc ('k') | components/nacl/loader/nonsfi/irt_random.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/loader/nonsfi/irt_random.h
diff --git a/components/nacl/loader/nonsfi/irt_random.h b/components/nacl/loader/nonsfi/irt_random.h
deleted file mode 100644
index 0711e9c301b5944a524eb702209abbe8c438499a..0000000000000000000000000000000000000000
--- a/components/nacl/loader/nonsfi/irt_random.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright 2014 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 COMPONENTS_NACL_LOADER_NONSFI_IRT_RANDOM_H_
-#define COMPONENTS_NACL_LOADER_NONSFI_IRT_RANDOM_H_
-
-namespace nacl {
-namespace nonsfi {
-
-// Set FD for urandom for use, needs to be initialized once at
-// startup. Relies on the caller to clean up the FD, which is the case
-// when using base::GetUrandomFD().
-void SetUrandomFd(int fd);
-
-} // namespace nonsfi
-} // namespace nacl
-
-#endif // COMPONENTS_NACL_LOADER_NONSFI_IRT_RANDOM_H_
« no previous file with comments | « components/nacl/loader/nonsfi/irt_ppapi.cc ('k') | components/nacl/loader/nonsfi/irt_random.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698