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

Unified Diff: mojo/service_manager/background_shell_service_loader.h

Issue 394903005: mojo: terminate apps if the shell goes away (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable tests that touch nss for now Created 6 years, 4 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: mojo/service_manager/background_shell_service_loader.h
diff --git a/mojo/service_manager/background_shell_service_loader.h b/mojo/service_manager/background_shell_service_loader.h
index cbef942c290fb22e8baf1b68dba06845a171c0af..3f4b3fc5687997efc67bfd4e0adf8cbc3203bb27 100644
--- a/mojo/service_manager/background_shell_service_loader.h
+++ b/mojo/service_manager/background_shell_service_loader.h
@@ -32,12 +32,6 @@ class MOJO_SERVICE_MANAGER_EXPORT BackgroundShellServiceLoader :
virtual void OnServiceError(ServiceManager* manager,
const GURL& url) OVERRIDE;
- // Post a task to quit the MessageLoop we are running for the app when we
- // are destroyed. Most apps should quit themselves and not need this.
- // TODO(tim): Remove this method once applications are smart enough
- // to quit themselves. Bug 394477.
- void set_quit_on_shutdown() { quit_on_shutdown_ = true; }
-
private:
class BackgroundLoader;

Powered by Google App Engine
This is Rietveld 408576698