Searched defs:info_url (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/
H A Dmobile_config.h53 const std::string& info_url() const { return info_url_; } function in class:chromeos::MobileConfig::CarrierDeal
/external/chromium_org/chrome/browser/chromeos/status/
H A Ddata_promo_notification.cc122 const std::string& info_url) {
123 if (info_url.empty())
129 chrome::ShowSingletonTab(displayer.browser(), GURL(info_url));
191 std::string info_url; local
198 info_url = deal->info_url();
199 if (info_url.empty() && carrier)
200 info_url = carrier->top_up_url();
222 default_network->path(), info_url)));
121 NotificationClicked(const std::string& service_path, const std::string& info_url) argument

Completed in 64 milliseconds