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..a045839804ac378992dbfd0f850098d56407850b 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, |