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

Side by Side Diff: chrome/browser/plugins/plugin_utils.h

Issue 2376603002: Add checks that ensure flash isn't exposed to a page if an enterprise ASK setting is in effect (Closed)
Patch Set: Add checks that ensure flash isn't exposed to a page if an enterprise ASK setting is in effect Created 4 years, 2 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_PLUGINS_PLUGIN_UTILS_H_ 5 #ifndef CHROME_BROWSER_PLUGINS_PLUGIN_UTILS_H_
6 #define CHROME_BROWSER_PLUGINS_PLUGIN_UTILS_H_ 6 #define CHROME_BROWSER_PLUGINS_PLUGIN_UTILS_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "components/content_settings/core/common/content_settings.h" 9 #include "components/content_settings/core/common/content_settings.h"
10 10
(...skipping 16 matching lines...) Expand all
27 const std::string& resource, 27 const std::string& resource,
28 ContentSetting* setting, 28 ContentSetting* setting,
29 bool* is_default, 29 bool* is_default,
30 bool* is_managed); 30 bool* is_managed);
31 31
32 // Returns the content setting for Flash. This is the same as 32 // Returns the content setting for Flash. This is the same as
33 // |GetPluginContentSetting| but flash-specific. 33 // |GetPluginContentSetting| but flash-specific.
34 static ContentSetting GetFlashPluginContentSetting( 34 static ContentSetting GetFlashPluginContentSetting(
35 const HostContentSettingsMap* host_content_settings_map, 35 const HostContentSettingsMap* host_content_settings_map,
36 const GURL& policy_url, 36 const GURL& policy_url,
37 const GURL& plugin_url); 37 const GURL& plugin_url,
38 bool* is_managed);
38 39
39 private: 40 private:
40 DISALLOW_IMPLICIT_CONSTRUCTORS(PluginUtils); 41 DISALLOW_IMPLICIT_CONSTRUCTORS(PluginUtils);
41 }; 42 };
42 43
43 #endif // CHROME_BROWSER_PLUGINS_PLUGIN_UTILS_H_ 44 #endif // CHROME_BROWSER_PLUGINS_PLUGIN_UTILS_H_
OLDNEW
« no previous file with comments | « chrome/browser/plugins/flash_permission_context.cc ('k') | chrome/browser/plugins/plugin_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698