Index: content/renderer/browser_plugin/browser_plugin_constants.h |
diff --git a/content/renderer/browser_plugin/browser_plugin_constants.h b/content/renderer/browser_plugin/browser_plugin_constants.h |
deleted file mode 100644 |
index fe70e0b6552a88bc5d95afa420637d86528e1ef3..0000000000000000000000000000000000000000 |
--- a/content/renderer/browser_plugin/browser_plugin_constants.h |
+++ /dev/null |
@@ -1,15 +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. |
- |
-#ifndef CONTENT_RENDERER_BROWSER_PLUGIN_BROWSER_PLUGIN_CONSTANTS_H_ |
-#define CONTENT_RENDERER_BROWSER_PLUGIN_BROWSER_PLUGIN_CONSTANTS_H_ |
-#pragma once |
- |
-#include "base/file_path.h" |
- |
-extern const char kBrowserPluginName[]; |
-extern const FilePath::CharType kBrowserPluginPath[]; |
-extern const char kBrowserPluginDescription[]; |
- |
-#endif // CONTENT_RENDERER_BROWSER_PLUGIN_BROWSER_PLUGIN_CONSTANTS_H_ |