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

Unified Diff: chrome/common/plugin_utils.h

Issue 2367553002: [HBD] Merge two identical ShouldUseJavaScriptSettingForPlugin impls (Closed)
Patch Set: merge origin/master Created 4 years, 3 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: chrome/common/plugin_utils.h
diff --git a/chrome/common/plugin_utils.h b/chrome/common/plugin_utils.h
new file mode 100644
index 0000000000000000000000000000000000000000..0dd8d7f8a548a9f691e7c94aacc39565a485e8be
--- /dev/null
+++ b/chrome/common/plugin_utils.h
@@ -0,0 +1,15 @@
+// Copyright 2016 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 CHROME_COMMON_PLUGIN_UTILS_H_
+#define CHROME_COMMON_PLUGIN_UTILS_H_
+
+namespace content {
+struct WebPluginInfo;
+}
+
+// Only Flash should use the Plugin content setting.
Lei Zhang 2016/09/23 05:00:52 This mentions Flash, but the impl doesn't check fo
xhwang 2016/09/23 16:42:17 +1 And JavaScriptSettingForPlugin isn't always se
tommycli 2016/09/23 16:46:45 Done. Updated the comment. Sorry, this leaked int
+bool ShouldUseJavaScriptSettingForPlugin(const content::WebPluginInfo& plugin);
+
+#endif // CHROME_COMMON_PLUGIN_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698