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

Unified Diff: apps/app_load_service.cc

Issue 342003005: Show alert failure for reloading unpacked extensions with bad manifest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed be_noisy, support interaction with multiple failures Created 6 years, 6 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: apps/app_load_service.cc
diff --git a/apps/app_load_service.cc b/apps/app_load_service.cc
index 8d816f519d9e50776f279f80c39267745704000d..17d1b43b5f79feb584e0466c686b65811a82e398 100644
--- a/apps/app_load_service.cc
+++ b/apps/app_load_service.cc
@@ -47,7 +47,7 @@ void AppLoadService::RestartApplication(const std::string& extension_id) {
ExtensionService* service = extensions::ExtensionSystem::Get(profile_)->
extension_service();
DCHECK(service);
- service->ReloadExtension(extension_id);
+ service->ReloadExtension(extension_id, true);
Devlin 2014/07/01 22:14:17 document anonymous bool.
gpdavis 2014/07/01 23:48:09 Done.
}
bool AppLoadService::LoadAndLaunch(const base::FilePath& extension_path,
« no previous file with comments | « no previous file | chrome/browser/background/background_contents_service.cc » ('j') | chrome/browser/extensions/extension_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698