| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index 012fb4922c3121bcfa754f7a63a1ea36ffb120fb..0db861f53d8e8cc3616b504ac3403873e3b8e18b 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -121,6 +121,7 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/extensions/extension.h"
|
| +#include "chrome/common/extensions/manifest_url_info.h"
|
| #include "chrome/common/extensions/permissions/permission_set.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/render_messages.h"
|
| @@ -3725,7 +3726,7 @@ void TestingAutomationProvider::GetExtensionsInfo(DictionaryValue* args,
|
| extension_value->SetString("background_url",
|
| extension->GetBackgroundURL().spec());
|
| extension_value->SetString("options_url",
|
| - extension->options_url().spec());
|
| + extensions::ManifestURLInfo::GetOptionsPage(extension).spec());
|
| extension_value->Set("host_permissions",
|
| GetHostPermissions(extension, false));
|
| extension_value->Set("effective_host_permissions",
|
|
|