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

Unified Diff: chrome/browser/ui/extensions/extension_installed_bubble.h

Issue 1572743002: Make sure bubbles in Views default to close before their RenderFrameHosts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Move DCHECK string into longer comment Created 4 years, 10 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: chrome/browser/ui/extensions/extension_installed_bubble.h
diff --git a/chrome/browser/ui/extensions/extension_installed_bubble.h b/chrome/browser/ui/extensions/extension_installed_bubble.h
index e7f0305f975c5567dc71bbfea37d21e176393dcb..57c3e40be943fc39db778c0b39ab582973099e54 100644
--- a/chrome/browser/ui/extensions/extension_installed_bubble.h
+++ b/chrome/browser/ui/extensions/extension_installed_bubble.h
@@ -82,6 +82,7 @@ class ExtensionInstalledBubble : public BubbleDelegate {
scoped_ptr<BubbleUi> BuildBubbleUi() override;
bool ShouldClose(BubbleCloseReason reason) const override;
std::string GetName() const override;
+ const content::RenderFrameHost* OwningFrame() const override;
// Returns false if the bubble could not be shown immediately, because of an
// animation (eg. adding a new browser action to the toolbar).
« no previous file with comments | « chrome/browser/ui/chrome_bubble_manager_unittest.cc ('k') | chrome/browser/ui/extensions/extension_installed_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698