Index: chrome/browser/extensions/extension_install_prompt.h |
diff --git a/chrome/browser/extensions/extension_install_prompt.h b/chrome/browser/extensions/extension_install_prompt.h |
index 059fab7018d753a6c07beece07d4764843aa7eef..f74637005756c490f936cd067b762eeb2368a38e 100644 |
--- a/chrome/browser/extensions/extension_install_prompt.h |
+++ b/chrome/browser/extensions/extension_install_prompt.h |
@@ -286,7 +286,8 @@ class ExtensionInstallPrompt : public ImageLoadingTracker::Observer, |
// The extensions installation icon. |
SkBitmap icon_; |
- // The extension we are showing the UI for. |
+ // The extension we are showing the UI for, if type is not |
+ // BUNDLE_INSTALL_PROMPT. |
const extensions::Extension* extension_; |
// The bundle we are showing the UI for, if type BUNDLE_INSTALL_PROMPT. |