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

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

Issue 7743004: Move extension/webstore-related URL getters to the extension_urls namespace. (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
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_updater.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_tab_helper.cc
diff --git a/chrome/browser/extensions/extension_tab_helper.cc b/chrome/browser/extensions/extension_tab_helper.cc
index 9ae06b8b9adad17d094f72c7d3cefb55c7fa29f8..024b4ebd14f4b3dba20ef11040bec3a7888c537f 100644
--- a/chrome/browser/extensions/extension_tab_helper.cc
+++ b/chrome/browser/extensions/extension_tab_helper.cc
@@ -157,7 +157,7 @@ void ExtensionTabHelper::OnInlineWebstoreInstall(
// For now there is no inline installation UI, we just open the item's Web
// Store page in a new tab.
GURL webstore_item_url =
- GURL(extension_misc::GetWebstoreItemDetailURLPrefix() + webstore_item_id);
+ GURL(extension_urls::GetWebstoreItemDetailURLPrefix() + webstore_item_id);
GetBrowser()->OpenURL(OpenURLParams(
webstore_item_url,
GetBrowser()->GetSelectedTabContents()->GetURL(),
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698