commit | 94b8a51a414c82d66d5196ce53c621aecc19952d | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Mar 26 20:57:55 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Mar 26 20:57:55 2014 |
tree | 3a9c12a86ddae4cbcd04456cc8677800a10b1442 | |
parent | ac2063d48d85a5da2e1a610b74907caeda20a616 [diff] [blame] |
Settings API first-run bubble. Pop up a bubble the first time a user encounters that the settings have been changed by an extension. Settings includes: home page, search engine or startup pages. BUG=356204 [email protected], [email protected], [email protected] Review URL: https://codereview.chromium.org/202923006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259684 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_message_bubble_controller.cc b/chrome/browser/extensions/extension_message_bubble_controller.cc index ef5e06b..20e18cab 100644 --- a/chrome/browser/extensions/extension_message_bubble_controller.cc +++ b/chrome/browser/extensions/extension_message_bubble_controller.cc
@@ -70,6 +70,8 @@ return *GetOrCreateExtensionList(); } +bool ExtensionMessageBubbleController::CloseOnDeactivate() { return false; } + void ExtensionMessageBubbleController::Show(ExtensionMessageBubble* bubble) { // Wire up all the callbacks, to get notified what actions the user took. base::Closure dismiss_button_callback =