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

Unified Diff: content/renderer/browser_plugin/browser_plugin_constants.cc

Issue 9668031: Implement BrowserPluginPlaceholder. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Possibly fixed merge issue Created 8 years, 9 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: content/renderer/browser_plugin/browser_plugin_constants.cc
diff --git a/content/renderer/browser_plugin/browser_plugin_constants.cc b/content/renderer/browser_plugin/browser_plugin_constants.cc
new file mode 100644
index 0000000000000000000000000000000000000000..9e62b9ef594d9aa561b42de35943a97575678433
--- /dev/null
+++ b/content/renderer/browser_plugin/browser_plugin_constants.cc
@@ -0,0 +1,10 @@
+// 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 "content/renderer/browser_plugin/browser_plugin_constants.h"
+
+const char kBrowserPluginName[] = "Browser Plugin";
+const char kBrowserPluginMimeType[] = "application/browser-plugin";
+const char kBrowserPluginPath[] = "internal/browser-plugin";
+const char kBrowserPluginDescription[] = "Out-of-Process Browser Plugin";

Powered by Google App Engine
This is Rietveld 408576698