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

Unified Diff: chrome/browser/extensions/extensions_ui.cc

Issue 7621032: Initial inline web store install bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback. Created 9 years, 4 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/extensions/extensions_ui.cc
diff --git a/chrome/browser/extensions/extensions_ui.cc b/chrome/browser/extensions/extensions_ui.cc
index d8b96dcf0b8493a2df8bb4eb19ec3d71cfe1a9b0..dc7f309a372e857b3abfd222b40e5b751dac5972 100644
--- a/chrome/browser/extensions/extensions_ui.cc
+++ b/chrome/browser/extensions/extensions_ui.cc
@@ -138,14 +138,14 @@ ChromeWebUIDataSource* CreateExtensionsUIHTMLSource() {
l10n_util::GetStringFUTF16(IDS_EXTENSIONS_NONE_INSTALLED_SUGGEST_GALLERY,
ASCIIToUTF16("<a href='") +
ASCIIToUTF16(google_util::AppendGoogleLocaleParam(
- GURL(Extension::ChromeStoreLaunchURL())).spec()) +
+ GURL(extension_misc::GetWebstoreLaunchURL())).spec()) +
ASCIIToUTF16("'>"),
ASCIIToUTF16("</a>")));
source->AddString("getMoreExtensions",
ASCIIToUTF16("<a href='") +
ASCIIToUTF16(google_util::AppendGoogleLocaleParam(
- GURL(Extension::ChromeStoreLaunchURL())).spec()) +
+ GURL(extension_misc::GetWebstoreLaunchURL())).spec()) +
ASCIIToUTF16("'>") +
l10n_util::GetStringUTF16(IDS_GET_MORE_EXTENSIONS) +
ASCIIToUTF16("</a>"));
« no previous file with comments | « chrome/browser/extensions/extension_tab_helper.cc ('k') | chrome/browser/extensions/webstore_inline_install_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698