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(). |