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

Unified Diff: components/html_viewer/global_state.cc

Issue 1266643003: ApplicationImpl cleanup, part 1: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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: components/html_viewer/global_state.cc
diff --git a/components/html_viewer/global_state.cc b/components/html_viewer/global_state.cc
index ec0f570951c647531596cc5dc7c4cc485ed3ef25..2754c33d0034df02731ebb2955d7e0d3dedd98e7 100644
--- a/components/html_viewer/global_state.cc
+++ b/components/html_viewer/global_state.cc
@@ -89,7 +89,7 @@ void GlobalState::InitIfNecessary(const gfx::Size& screen_size_in_pixels,
if (!resource_loader_.BlockUntilLoaded()) {
// Assume on error we're being shut down.
- app_->Terminate();
+ app_->Quit();
return;
}

Powered by Google App Engine
This is Rietveld 408576698