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

Unified Diff: extensions/extensions.gyp

Issue 901573003: Split ExtensionMessageFilter up into a UI thread part and an IO thread part. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase Created 5 years, 10 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: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index ace05eaf48bb584becd3e9cbed153d41058d9d21..2a17b884f3dc1365c63f5b85336f0c29a4a03482 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -784,6 +784,8 @@
'browser/install/extension_install_ui.cc',
'browser/install/extension_install_ui.h',
'browser/install_flag.h',
+ 'browser/io_thread_extension_message_filter.cc',
+ 'browser/io_thread_extension_message_filter.h',
'browser/file_highlighter.cc',
'browser/file_highlighter.h',
'browser/file_reader.cc',

Powered by Google App Engine
This is Rietveld 408576698