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

Unified Diff: chrome/browser/plugins/flash_download_interception.h

Issue 2385033002: Hookup the plugin placeholder to the Flash permission prompt (Closed)
Patch Set: Hookup the plugin placeholder to the Flash permission prompt 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/plugins/flash_download_interception.h
diff --git a/chrome/browser/plugins/flash_download_interception.h b/chrome/browser/plugins/flash_download_interception.h
index 7e554dd8aed8c407f6c3ad5fd5954c06f19ffdc3..6ce54e19c834dc0d2b29b0a13d925b710b268e35 100644
--- a/chrome/browser/plugins/flash_download_interception.h
+++ b/chrome/browser/plugins/flash_download_interception.h
@@ -23,7 +23,7 @@ class GURL;
// Chrome already ships with it. Note that this is an UI thread class.
class FlashDownloadInterception {
public:
- static void InterceptFlashDownloadNavigation(content::WebContents* source);
+ static void ShowRunFlashPrompt(content::WebContents* web_contents);
static bool ShouldStopFlashDownloadAction(
HostContentSettingsMap* host_content_settings_map,
const GURL& source_url,
@@ -34,7 +34,7 @@ class FlashDownloadInterception {
content::NavigationHandle* handle);
private:
- DISALLOW_COPY_AND_ASSIGN(FlashDownloadInterception);
+ DISALLOW_IMPLICIT_CONSTRUCTORS(FlashDownloadInterception);
};
#endif // CHROME_BROWSER_PLUGINS_FLASH_DOWNLOAD_INTERCEPTION_H_
« no previous file with comments | « chrome/browser/permissions/permissions_browsertest.cc ('k') | chrome/browser/plugins/flash_download_interception.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698