| Index: chrome/browser/resources/settings/on_startup_page/startup_url_entry.js
|
| diff --git a/chrome/browser/resources/settings/on_startup_page/startup_url_entry.js b/chrome/browser/resources/settings/on_startup_page/startup_url_entry.js
|
| index da916d80df8ed600fd49c78011fe021271fff2e8..2c582027c2653f5779a7d771267cac2e593cb8ae 100644
|
| --- a/chrome/browser/resources/settings/on_startup_page/startup_url_entry.js
|
| +++ b/chrome/browser/resources/settings/on_startup_page/startup_url_entry.js
|
| @@ -55,7 +55,10 @@ Polymer({
|
| onEditTap_: function(e) {
|
| e.preventDefault();
|
| this.$$('dialog[is=cr-action-menu]').close();
|
| - this.fire(settings.EDIT_STARTUP_URL_EVENT, this.model);
|
| + this.fire(settings.EDIT_STARTUP_URL_EVENT, {
|
| + model: this.model,
|
| + anchor: this.$$('#dots'),
|
| + });
|
| },
|
|
|
| /** @private */
|
|
|