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

Unified Diff: chrome/browser/chromeos/status/network_menu_button.cc

Issue 7608023: Show Learn more link in 3G promo bubble only if deal_info_url is not empty (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/status/network_menu_button.cc
diff --git a/chrome/browser/chromeos/status/network_menu_button.cc b/chrome/browser/chromeos/status/network_menu_button.cc
index 1fff569615ff754bc601177036d9cf1ac9991b85..e8d8f3a44292c37eab6eedaafa79b1305484f017 100644
--- a/chrome/browser/chromeos/status/network_menu_button.cc
+++ b/chrome/browser/chromeos/status/network_menu_button.cc
@@ -412,7 +412,7 @@ void NetworkMenuButton::ShowOptionalMobileDataPromoNotification(
std::vector<std::wstring> links;
links.push_back(UTF16ToWide(l10n_util::GetStringUTF16(link_message_id)));
- if (!deal_topup_url_.empty())
+ if (!deal_info_url_.empty())
links.push_back(UTF16ToWide(l10n_util::GetStringUTF16(IDS_LEARN_MORE)));
mobile_data_bubble_ = MessageBubble::ShowWithLinks(
GetWidget(),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698