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

Unified Diff: webkit/glue/plugins/flash_workarounds_linux.h

Issue 155558: linux: add flash workarounds (Closed)
Patch Set: Created 11 years, 5 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: 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_

Powered by Google App Engine
This is Rietveld 408576698