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

Unified Diff: trunk/src/content/browser/browser_child_process_host_impl.cc

Issue 15465006: Revert 200932 "Lower the priority of shared workers that aren't ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 months 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/content/browser/browser_child_process_host_impl.cc
===================================================================
--- trunk/src/content/browser/browser_child_process_host_impl.cc (revision 201089)
+++ trunk/src/content/browser/browser_child_process_host_impl.cc (working copy)
@@ -205,10 +205,6 @@
child_process_host_->ForceShutdown();
}
-void BrowserChildProcessHostImpl::SetBackgrounded(bool backgrounded) {
- child_process_->SetProcessBackgrounded(backgrounded);
-}
-
void BrowserChildProcessHostImpl::SetTerminateChildOnShutdown(
bool terminate_on_shutdown) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));

Powered by Google App Engine
This is Rietveld 408576698