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

Unified Diff: chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc

Issue 228753006: Reland r262272: "Hook up the Info URL from SyncedNotificationsAppInfo". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed test on linux+aura, disabled on linux-gtk Created 6 years, 8 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
Index: chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc
diff --git a/chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc b/chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc
index e3d4ac33dbcd863bf9eecc0b89da00463d5f180d..9c82fb745702acde628b2462b4e5f0161b74b8a4 100644
--- a/chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc
+++ b/chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc
@@ -59,6 +59,11 @@ void SyncedNotificationAppInfo::RemoveAppId(const std::string& app_id) {
}
}
+void SyncedNotificationAppInfo::SetWelcomeLinkUrl(
+ const GURL& welcome_link_url) {
+ welcome_link_url_ = welcome_link_url;
+}
+
void SyncedNotificationAppInfo::SetSettingsURLs(
const GURL& settings_low_dpi, const GURL& settings_high_dpi) {
settings_holder_.reset(new ImageHolder(settings_low_dpi,

Powered by Google App Engine
This is Rietveld 408576698