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

Unified Diff: ash/system/tray_accessibility.cc

Issue 10808066: Fix position of web notification bubble and arrow (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: . Created 8 years, 5 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: ash/system/tray_accessibility.cc
diff --git a/ash/system/tray_accessibility.cc b/ash/system/tray_accessibility.cc
index b535184e5e4f67b27cf493c861a228436fc8f70c..3da2e01899878b98029fd915ba1208399e92bd21 100644
--- a/ash/system/tray_accessibility.cc
+++ b/ash/system/tray_accessibility.cc
@@ -75,7 +75,6 @@ views::View* TrayAccessibility::CreateDefaultView(user::LoginStatus status) {
if (!Shell::GetInstance()->delegate()->IsSpokenFeedbackEnabled())
return NULL;
- DCHECK(string_id_);
CHECK(default_ == NULL);
default_ = new DefaultAccessibilityView();

Powered by Google App Engine
This is Rietveld 408576698