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

Unified Diff: chrome/browser/ui/webui/extensions/extension_settings_handler.cc

Issue 10082019: Have LazyBackgroundTaskQueue notify consumers when the transient page fails to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: yoyo Created 8 years, 8 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
« no previous file with comments | « chrome/browser/extensions/lazy_background_task_queue.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/extensions/extension_settings_handler.cc
diff --git a/chrome/browser/ui/webui/extensions/extension_settings_handler.cc b/chrome/browser/ui/webui/extensions/extension_settings_handler.cc
index 8f8dc11fdbf9c9a14900ed35c3db5b3fbfd9f3a6..6a5e382950c09db9d16747eca89707908d291284 100644
--- a/chrome/browser/ui/webui/extensions/extension_settings_handler.cc
+++ b/chrome/browser/ui/webui/extensions/extension_settings_handler.cc
@@ -818,5 +818,6 @@ ExtensionSettingsHandler::GetExtensionUninstallDialog() {
}
void ExtensionSettingsHandler::InspectExtensionHost(ExtensionHost* host) {
- DevToolsWindow::OpenDevToolsWindow(host->render_view_host());
+ if (host)
+ DevToolsWindow::OpenDevToolsWindow(host->render_view_host());
}
« no previous file with comments | « chrome/browser/extensions/lazy_background_task_queue.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698