diff options
Diffstat (limited to 'chrome/browser/intents/cws_intents_registry.cc')
-rw-r--r-- | chrome/browser/intents/cws_intents_registry.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/intents/cws_intents_registry.cc b/chrome/browser/intents/cws_intents_registry.cc index 58d4c35..e17f0b0 100644 --- a/chrome/browser/intents/cws_intents_registry.cc +++ b/chrome/browser/intents/cws_intents_registry.cc @@ -20,10 +20,9 @@ namespace { -// URL for CWS intents API. TODO(groby): points to staging, fix for M18 release. +// URL for CWS intents API. const char kCWSIntentServiceURL[] = - "https://www-googleapis-staging.sandbox.google.com" - "/chromewebstore/v1.1b/items/intent"; + "https://www.googleapis.com/chromewebstore/v1.1b/items/intent"; } // namespace |