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

Unified Diff: content/browser/renderer_host/render_message_filter.h

Issue 7583039: content: remove unimplemented function prototype (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_message_filter.h
diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
index 81829ccca49ff27876f9ce7e3344f1807b08ba5e..c60f21f2281d418ccd6dc57ed948767a57a0ca82 100644
--- a/content/browser/renderer_host/render_message_filter.h
+++ b/content/browser/renderer_host/render_message_filter.h
@@ -126,11 +126,6 @@ class RenderMessageFilter : public BrowserMessageFilter {
void OnCookiesEnabled(const GURL& url,
const GURL& first_party_for_cookies,
bool* cookies_enabled);
- void OnPluginFileDialog(const IPC::Message& msg,
- bool multiple_files,
- const std::wstring& title,
- const std::wstring& filter,
- uint32 user_data);
#if defined(OS_MACOSX)
void OnLoadFont(const FontDescriptor& font,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698