diff options
author | maf@chromium.org <maf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-30 00:10:16 +0000 |
---|---|---|
committer | maf@chromium.org <maf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-30 00:10:16 +0000 |
commit | fd132701cc19d57d156b8ff37300a9347117fd3b (patch) | |
tree | 2f2196fc12668296bee1147ee7e3035cc8756461 /base/linux_util.h | |
parent | 26f70e1bc50dfe71be2fd62b5dce41e081ac8743 (diff) | |
download | chromium_src-fd132701cc19d57d156b8ff37300a9347117fd3b.zip chromium_src-fd132701cc19d57d156b8ff37300a9347117fd3b.tar.gz chromium_src-fd132701cc19d57d156b8ff37300a9347117fd3b.tar.bz2 |
Revert 83629 - linux components: expose more BASE_API used by Chrome itself
Review URL: http://codereview.chromium.org/6902177
TBR=evan@chromium.org
Review URL: http://codereview.chromium.org/6903159
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/linux_util.h')
-rw-r--r-- | base/linux_util.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/base/linux_util.h b/base/linux_util.h index 0e079d7..c1135ce 100644 --- a/base/linux_util.h +++ b/base/linux_util.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -11,8 +11,6 @@ #include <string> -#include "base/base_api.h" - namespace base { static const char kFindInodeSwitch[] = "--find-inode"; @@ -28,7 +26,7 @@ std::string GetLinuxDistro(); void SetLinuxDistro(const std::string& distro); // Return the inode number for the UNIX domain socket |fd|. -BASE_API bool FileDescriptorGetInode(ino_t* inode_out, int fd); +bool FileDescriptorGetInode(ino_t* inode_out, int fd); // Find the process which holds the given socket, named by inode number. If // multiple processes hold the socket, this function returns false. |