| Index: webkit/glue/plugins/flash_workarounds_linux.h
|
| diff --git a/webkit/glue/plugins/flash_workarounds_linux.h b/webkit/glue/plugins/flash_workarounds_linux.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..307c454b30f9055a6307a54446bf9bd085db39e4
|
| --- /dev/null
|
| +++ b/webkit/glue/plugins/flash_workarounds_linux.h
|
| @@ -0,0 +1,12 @@
|
| +// Copyright (c) 2006-2009 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 WEBKIT_GLUE_PLUGINS_FLASH_WORKAROUNDS_LINUX_H_
|
| +#define WEBKIT_GLUE_PLUGINS_FLASH_WORKAROUNDS_LINUX_H_
|
| +
|
| +#include "base/file_path.h"
|
| +
|
| +void EnableFlashWorkarounds(const FilePath &library_path);
|
| +
|
| +#endif // WEBKIT_GLUE_PLUGINS_FLASH_WORKAROUNDS_LINUX_H_
|
|
|