summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-18 10:00:14 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-18 10:00:14 +0000
commit348868ecf9decf4dc40a641ceec2d4bfb9865c95 (patch)
tree22301553464af6b796581e12c0a660623d8d3f35 /chrome
parent8e221d64638f79b9f6ca2054e03acae6907e1590 (diff)
downloadchromium_src-348868ecf9decf4dc40a641ceec2d4bfb9865c95.zip
chromium_src-348868ecf9decf4dc40a641ceec2d4bfb9865c95.tar.gz
chromium_src-348868ecf9decf4dc40a641ceec2d4bfb9865c95.tar.bz2
Delete an out of date comment and include header cleanup.
BUG=none TEST=none Review URL: http://codereview.chromium.org/838008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41934 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/renderer_host/browser_render_process_host.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/renderer_host/browser_render_process_host.h b/chrome/browser/renderer_host/browser_render_process_host.h
index 8f5f123..d9acccb 100644
--- a/chrome/browser/renderer_host/browser_render_process_host.h
+++ b/chrome/browser/renderer_host/browser_render_process_host.h
@@ -12,10 +12,7 @@
#include <string>
#include "base/process.h"
-#include "base/ref_counted.h"
#include "base/scoped_ptr.h"
-#include "base/shared_memory.h"
-#include "base/string16.h"
#include "base/timer.h"
#include "chrome/common/transport_dib.h"
#include "chrome/browser/child_process_launcher.h"
@@ -32,6 +29,10 @@ class TabContents;
class VisitedLinkUpdater;
class URLRequestContextGetter;
+namespace base {
+class SharedMemory;
+}
+
namespace gfx {
class Size;
}
@@ -136,8 +137,7 @@ class BrowserRenderProcessHost : public RenderProcessHost,
CommandLine* renderer_cmd) const;
// Callers can reduce the RenderProcess' priority.
- // Returns true if the priority is backgrounded; false otherwise.
- void SetBackgrounded(bool boost);
+ void SetBackgrounded(bool backgrounded);
// The renderer has requested that we initialize its spellchecker. This should
// generally only be called once per session, as after the first call, all