Index: webkit/plugins/plugin_constants.cc |
=================================================================== |
--- webkit/plugins/plugin_constants.cc (revision 216518) |
+++ webkit/plugins/plugin_constants.cc (working copy) |
@@ -1,17 +0,0 @@ |
-// Copyright (c) 2012 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. |
- |
-#include "webkit/plugins/plugin_constants.h" |
- |
-const char kFlashPluginName[] = "Shockwave Flash"; |
-const char kFlashPluginSwfMimeType[] = "application/x-shockwave-flash"; |
-const char kFlashPluginSwfExtension[] = "swf"; |
-const char kFlashPluginSwfDescription[] = "Shockwave Flash"; |
-const char kFlashPluginSplMimeType[] = "application/futuresplash"; |
-const char kFlashPluginSplExtension[] = "spl"; |
-const char kFlashPluginSplDescription[] = "FutureSplash Player"; |
- |
-const uint16 kMaxPluginSideLength = 1 << 15; |
-// 8m pixels. |
-const uint32 kMaxPluginSize = 8 << 20; |