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

Unified Diff: chrome/browser/extensions/extension_host.h

Issue 11299326: Revert 170660 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « chrome/browser/extensions/extension_browsertest.cc ('k') | chrome/browser/extensions/extension_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_host.h
===================================================================
--- chrome/browser/extensions/extension_host.h (revision 170888)
+++ chrome/browser/extensions/extension_host.h (working copy)
@@ -129,12 +129,6 @@
void WillRunJavaScriptDialog();
void DidCloseJavaScriptDialog();
- // This is called on hosts which need to keep the browser process alive. This
- // function will add a browser process keep-alive, if it hasn't already been
- // added. Hosts which have had this called will remove the keep-alive when
- // they are destroyed.
- void SetKeepsBrowserProcessAlive();
-
// content::WebContentsObserver
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
virtual void RenderViewCreated(
@@ -251,9 +245,6 @@
// True if the main frame has finished parsing.
bool document_element_available_;
- // If true, the browser process has had a keep-alive added for this host.
- bool keeping_browser_process_alive_;
-
// The original URL of the page being hosted.
GURL initial_url_;
« no previous file with comments | « chrome/browser/extensions/extension_browsertest.cc ('k') | chrome/browser/extensions/extension_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698