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

Unified Diff: chrome/browser/local_discovery/privet_notifications.cc

Issue 873033002: Cleanup: Remove unused blink::WebTextDirection parameter from Notification ctor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 5 years, 11 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/local_discovery/privet_notifications.cc
diff --git a/chrome/browser/local_discovery/privet_notifications.cc b/chrome/browser/local_discovery/privet_notifications.cc
index 7824b4e974b55d78df894675fcb325e63443f882..a6f19c4a0af97cb4d13064354a2a0b9c0d2c4646 100644
--- a/chrome/browser/local_discovery/privet_notifications.cc
+++ b/chrome/browser/local_discovery/privet_notifications.cc
@@ -269,7 +269,6 @@ void PrivetNotificationService::PrivetNotify(bool has_multiple,
body,
ui::ResourceBundle::GetSharedInstance().GetImageNamed(
IDR_LOCAL_DISCOVERY_CLOUDPRINT_ICON),
- blink::WebTextDirectionDefault,
message_center::NotifierId(GURL(kPrivetNotificationOriginUrl)),
product_name,
base::UTF8ToUTF16(kPrivetNotificationID),

Powered by Google App Engine
This is Rietveld 408576698