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

Unified Diff: chrome/browser/search/hotword_service.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/search/hotword_service.cc
diff --git a/chrome/browser/search/hotword_service.cc b/chrome/browser/search/hotword_service.cc
index b566a44a7924e5503ccd10b5227a362e21b5f207..5a02b4cbbd69a32109aafeb7c25e3961d5d126f7 100644
--- a/chrome/browser/search/hotword_service.cc
+++ b/chrome/browser/search/hotword_service.cc
@@ -424,7 +424,6 @@ void HotwordService::ShowHotwordNotification() {
l10n_util::GetStringUTF16(IDS_HOTWORD_NOTIFICATION_DESCRIPTION),
ui::ResourceBundle::GetSharedInstance().GetImageNamed(
IDR_HOTWORD_NOTIFICATION_ICON),
- blink::WebTextDirectionDefault,
message_center::NotifierId(
message_center::NotifierId::SYSTEM_COMPONENT,
hotword_internal::kHotwordNotifierId),

Powered by Google App Engine
This is Rietveld 408576698