From 3cb054e682096bb5596ca0403d7fed2548c83f2c Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Mon, 13 Jun 2011 05:21:17 +0000 Subject: Remove g_browser_process dependency from content. Also make all the SyncChannels in the browser process ChannelProxy instead, since no code in the browser should send synchronous IPC messages. The renderer one was done like that a long time ago to send sync IPCs for accessibility, and we learnt that that doesn't work. BUG=76697 Review URL: http://codereview.chromium.org/7046100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88806 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/plugin_service_browsertest.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'content/browser/plugin_service_browsertest.cc') diff --git a/content/browser/plugin_service_browsertest.cc b/content/browser/plugin_service_browsertest.cc index 54b6491..740b85f 100644 --- a/content/browser/plugin_service_browsertest.cc +++ b/content/browser/plugin_service_browsertest.cc @@ -6,7 +6,6 @@ #include "base/command_line.h" #include "base/path_service.h" -#include "chrome/browser/browser_process.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/chrome_switches.h" #include "chrome/test/in_process_browser_test.h" -- cgit v1.1