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

Unified Diff: chrome/renderer/mock_render_thread.cc

Issue 6765011: Move the dispatching of extension messages out of RenderThread. This also moves a bunch of exten... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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 | « chrome/renderer/mock_render_thread.h ('k') | chrome/renderer/render_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/mock_render_thread.cc
===================================================================
--- chrome/renderer/mock_render_thread.cc (revision 79565)
+++ chrome/renderer/mock_render_thread.cc (working copy)
@@ -23,17 +23,12 @@
widget_(NULL),
reply_deserializer_(NULL),
printer_(new MockPrinter),
- is_extension_process_(false),
print_dialog_user_response_(true) {
}
MockRenderThread::~MockRenderThread() {
}
-const ExtensionSet* MockRenderThread::GetExtensions() const {
- return &extensions_;
-}
-
// Called by the Widget. The routing_id must match the routing id assigned
// to the Widget in reply to ViewHostMsg_CreateWidget message.
void MockRenderThread::AddRoute(int32 routing_id,
@@ -58,9 +53,6 @@
filter->OnFilterRemoved();
}
-bool MockRenderThread::IsExtensionProcess() const {
- return is_extension_process_;
-}
bool MockRenderThread::IsIncognitoProcess() const {
return false;
« no previous file with comments | « chrome/renderer/mock_render_thread.h ('k') | chrome/renderer/render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698