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

Unified Diff: trunk/src/extensions/browser/process_manager.h

Issue 118533004: Revert 242061 "Test Keeping NaCl plugins used in app background ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years 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
Index: trunk/src/extensions/browser/process_manager.h
===================================================================
--- trunk/src/extensions/browser/process_manager.h (revision 242118)
+++ trunk/src/extensions/browser/process_manager.h (working copy)
@@ -120,14 +120,6 @@
// 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.
@@ -223,9 +215,6 @@
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);
« no previous file with comments | « trunk/src/components/nacl/browser/nacl_process_host.cc ('k') | trunk/src/extensions/browser/process_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698