Index: chrome/browser/signin/screenlock_bridge.cc |
diff --git a/chrome/browser/signin/screenlock_bridge.cc b/chrome/browser/signin/screenlock_bridge.cc |
index a78d2613a24a3678d35844b720d93abde52179b1..eb51ad8803fcea7118dc13bbb9c1828470d3bde2 100644 |
--- a/chrome/browser/signin/screenlock_bridge.cc |
+++ b/chrome/browser/signin/screenlock_bridge.cc |
@@ -62,9 +62,6 @@ scoped_ptr<base::DictionaryValue> |
ScreenlockBridge::UserPodCustomIconOptions::ToDictionaryValue() const { |
scoped_ptr<base::DictionaryValue> result(new base::DictionaryValue()); |
std::string icon_id = GetIdForIcon(icon_); |
- if (icon_id.empty()) |
- return result.Pass(); |
- |
result->SetString("id", icon_id); |
if (!tooltip_.empty()) { |