summaryrefslogtreecommitdiffstats
path: root/extensions/browser/process_manager.h
diff options
context:
space:
mode:
authorckocagil@chromium.org <ckocagil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-04 22:30:11 +0000
committerckocagil@chromium.org <ckocagil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-04 22:30:11 +0000
commit0139a62b7ab43f46a372405d701fd3634a037b31 (patch)
tree0c659dcc9420d534dcdba8118cc4e0991409b07a /extensions/browser/process_manager.h
parent465b7a80238d8192081fdcf6fc7e39203cd16c2b (diff)
downloadchromium_src-0139a62b7ab43f46a372405d701fd3634a037b31.zip
chromium_src-0139a62b7ab43f46a372405d701fd3634a037b31.tar.gz
chromium_src-0139a62b7ab43f46a372405d701fd3634a037b31.tar.bz2
Revert of https://codereview.chromium.org/112663007/
Reason for revert: Broke XP bots: http://build.chromium.org/p/chromium.win/builders/XP%20Tests%20%282%29/builds/32520 TBR=yzshen@chromium.org,scheib@chromium.org NOTREECHECKS=true NOTRY=true BUG=298339 Review URL: https://codereview.chromium.org/124313005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243034 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/browser/process_manager.h')
-rw-r--r--extensions/browser/process_manager.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/extensions/browser/process_manager.h b/extensions/browser/process_manager.h
index f283c79..8b48aab 100644
--- a/extensions/browser/process_manager.h
+++ b/extensions/browser/process_manager.h
@@ -121,14 +121,6 @@ class ProcessManager : public content::NotificationObserver {
// related SiteInstances.
content::BrowserContext* GetBrowserContext() const;
- // Sets callbacks for testing keepalive impulse behavior.
- typedef base::Callback<void(const std::string& extension_id)>
- ImpulseCallbackForTesting;
- void SetKeepaliveImpulseCallbackForTesting(
- const ImpulseCallbackForTesting& callback);
- void SetKeepaliveImpulseDecrementCallbackForTesting(
- const ImpulseCallbackForTesting& callback);
-
protected:
// If |context| is incognito pass the master context as |original_context|.
// Otherwise pass the same context for both.
@@ -224,9 +216,6 @@ class ProcessManager : public content::NotificationObserver {
base::Callback<void(content::DevToolsAgentHost*, bool)> devtools_callback_;
- ImpulseCallbackForTesting keepalive_impulse_callback_for_testing_;
- ImpulseCallbackForTesting keepalive_impulse_decrement_callback_for_testing_;
-
base::WeakPtrFactory<ProcessManager> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(ProcessManager);