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

Unified Diff: chrome/browser/apps/ephemeral_app_launcher.cc

Issue 298883006: Rename NOTIFICATION_EXTENSION_INSTALLED to (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comment Created 6 years, 7 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/apps/app_browsertest.cc ('k') | chrome/browser/apps/ephemeral_app_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/ephemeral_app_launcher.cc
diff --git a/chrome/browser/apps/ephemeral_app_launcher.cc b/chrome/browser/apps/ephemeral_app_launcher.cc
index 0324d68431aff2834738cacb8de8753c3a0c0be7..9aa495fb9d606ceaf4174420486be5f8e5b92931 100644
--- a/chrome/browser/apps/ephemeral_app_launcher.cc
+++ b/chrome/browser/apps/ephemeral_app_launcher.cc
@@ -242,7 +242,8 @@ void EphemeralAppLauncher::CompleteInstall(const std::string& error) {
WebstoreStandaloneInstaller::CompleteInstall(error);
// If the installation succeeds, we reach this point as a result of
- // chrome::NOTIFICATION_EXTENSION_INSTALLED, but this is broadcasted before
+ // chrome::NOTIFICATION_EXTENSION_INSTALLED_DEPRECATED, but this is
+ // broadcasted before
// ExtensionService has added the extension to its list of installed
// extensions and is too early to launch the app. Instead, we will launch at
// EphemeralAppLauncher::OnExtensionLoaded().
« no previous file with comments | « chrome/browser/apps/app_browsertest.cc ('k') | chrome/browser/apps/ephemeral_app_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698