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

Unified Diff: chrome/browser/ui/webui/extensions/extension_settings_handler.cc

Issue 657143002: Set an href for the extension options pages link to get the correct mouse over (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « chrome/browser/resources/extensions/extension_list.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/extensions/extension_settings_handler.cc
diff --git a/chrome/browser/ui/webui/extensions/extension_settings_handler.cc b/chrome/browser/ui/webui/extensions/extension_settings_handler.cc
index 0e73bc834207f0747fbcc616f8f44d7a5c7cfaef..a2972ec3fa83eb036e95fa4a744e9e92e4273dc9 100644
--- a/chrome/browser/ui/webui/extensions/extension_settings_handler.cc
+++ b/chrome/browser/ui/webui/extensions/extension_settings_handler.cc
@@ -287,6 +287,8 @@ base::DictionaryValue* ExtensionSettingsHandler::CreateExtensionDetailValue(
ManifestURL::SpecifiedHomepageURL(extension));
extension_data->SetBoolean("optionsOpenInTab",
OptionsPageInfo::ShouldOpenInTab(extension));
+ extension_data->SetString("optionsPageHref",
+ OptionsPageInfo::GetOptionsPage(extension).spec());
// Add dependent extensions.
base::ListValue* dependents_list = new base::ListValue;
« no previous file with comments | « chrome/browser/resources/extensions/extension_list.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698