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

Unified Diff: webkit/glue/plugins/webplugin_file_delegate.h

Issue 5841002: Finish deinlining virtual methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert parts of the balloon modifications Created 10 years 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: webkit/glue/plugins/webplugin_file_delegate.h
diff --git a/webkit/glue/plugins/webplugin_file_delegate.h b/webkit/glue/plugins/webplugin_file_delegate.h
index 162516c9bed3e119f85f6b6b20a7be718c4111c3..ad2bba0060d2a5336c593b0d647d8c038219cc34 100644
--- a/webkit/glue/plugins/webplugin_file_delegate.h
+++ b/webkit/glue/plugins/webplugin_file_delegate.h
@@ -21,9 +21,7 @@ class WebPluginFileDelegate {
virtual bool ChooseFile(const char* mime_types,
int mode,
NPChooseFileCallback callback,
- void* user_data) {
- return false;
- }
+ void* user_data);
protected:
WebPluginFileDelegate() {}

Powered by Google App Engine
This is Rietveld 408576698