Index: chrome/browser/ui/webui/ntp/app_launcher_handler.cc |
=================================================================== |
--- chrome/browser/ui/webui/ntp/app_launcher_handler.cc (revision 87598) |
+++ chrome/browser/ui/webui/ntp/app_launcher_handler.cc (working copy) |
@@ -50,7 +50,7 @@ |
const char* kPingLaunchWebStore = "record-webstore-launch"; |
const char* kPingLaunchAppByURL = "record-app-launch-by-url"; |
-const char* kChromeWebStoreUrl = "https://chrome.google.com/webstore"; |
+const char* kChromeWebStoreUrl = "https://chrome.google.com/webstore/"; |
const UnescapeRule::Type kUnescapeRules = |
UnescapeRule::NORMAL | UnescapeRule::URL_SPECIAL_CHARS; |