summaryrefslogtreecommitdiffstats
path: root/media/base/media.h
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-05 03:20:24 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-05 03:20:24 +0000
commitae8ada214634d9d28f1b3a2a1938111cb59f32af (patch)
treee6a535cf84b26286d4df70e4c9298cd3d5a0cd57 /media/base/media.h
parente5554b3f4dad9dccb3d56658a5d20ec57b567170 (diff)
downloadchromium_src-ae8ada214634d9d28f1b3a2a1938111cb59f32af.zip
chromium_src-ae8ada214634d9d28f1b3a2a1938111cb59f32af.tar.gz
chromium_src-ae8ada214634d9d28f1b3a2a1938111cb59f32af.tar.bz2
Revert 95496 - Create media.dll
Review URL: http://codereview.chromium.org/7523051 TBR=darin@chromium.org Review URL: http://codereview.chromium.org/7491048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/base/media.h')
-rw-r--r--media/base/media.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/media/base/media.h b/media/base/media.h
index 54e9662..6bbad4c 100644
--- a/media/base/media.h
+++ b/media/base/media.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.
@@ -8,8 +8,6 @@
#ifndef MEDIA_BASE_MEDIA_H_
#define MEDIA_BASE_MEDIA_H_
-#include "media/base/media_export.h"
-
class FilePath;
namespace media {
@@ -25,11 +23,11 @@ namespace media {
// of the process.
//
// Returns true if everything was successfully initialized, false otherwise.
-MEDIA_EXPORT bool InitializeMediaLibrary(const FilePath& module_dir);
+bool InitializeMediaLibrary(const FilePath& module_dir);
// Use this if you need to check whether the media library is initialized
// for the this process, without actually trying to initialize it.
-MEDIA_EXPORT bool IsMediaLibraryInitialized();
+bool IsMediaLibraryInitialized();
// Attempts to initialize OpenMAX library.
//