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

Unified Diff: apps/launcher.cc

Issue 62713003: Move ExtensionProcessManager to src/extensions, part 4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang, win Created 7 years, 1 month 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 | apps/shell_window.cc » ('j') | extensions/browser/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/launcher.cc
diff --git a/apps/launcher.cc b/apps/launcher.cc
index 603ffb51a1e5f6837b842e8a6794cf7818e393a2..19838228687cf1001cc9d7b0068de65fc87ed35b 100644
--- a/apps/launcher.cc
+++ b/apps/launcher.cc
@@ -18,7 +18,6 @@
#include "chrome/browser/extensions/event_router.h"
#include "chrome/browser/extensions/extension_host.h"
#include "chrome/browser/extensions/extension_prefs.h"
-#include "chrome/browser/extensions/extension_process_manager.h"
#include "chrome/browser/extensions/extension_service.h"
#include "chrome/browser/extensions/extension_system.h"
#include "chrome/browser/profiles/profile.h"
@@ -30,6 +29,7 @@
#include "content/public/browser/render_process_host.h"
#include "content/public/browser/web_contents.h"
#include "extensions/browser/lazy_background_task_queue.h"
+#include "extensions/browser/process_manager.h"
#include "net/base/mime_util.h"
#include "net/base/net_util.h"
#include "url/gurl.h"
@@ -59,6 +59,8 @@ using extensions::Extension;
using extensions::ExtensionHost;
using extensions::ExtensionSystem;
+//jamesdebug
miket_OOO 2013/11/07 20:24:52 Remove me!
+
namespace apps {
namespace {
@@ -270,7 +272,7 @@ class PlatformAppPathLauncher
return;
}
- ExtensionProcessManager* process_manager =
+ extensions::ProcessManager* process_manager =
ExtensionSystem::Get(profile_)->process_manager();
ExtensionHost* host =
process_manager->GetBackgroundHostForExtension(extension_->id());
« no previous file with comments | « no previous file | apps/shell_window.cc » ('j') | extensions/browser/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698