Index: ash/shell/shell_delegate_impl.cc |
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc |
index 945fae91ec4acd108eae8e3e138f9e76984bb6e1..f7899838d83450dab34a6327550bf183850bf054 100644 |
--- a/ash/shell/shell_delegate_impl.cc |
+++ b/ash/shell/shell_delegate_impl.cc |
@@ -218,5 +218,9 @@ RootWindowHostFactory* ShellDelegateImpl::CreateRootWindowHostFactory() { |
return RootWindowHostFactory::Create(); |
} |
+string16 ShellDelegateImpl::GetProductName() const { |
+ return string16(); |
+} |
+ |
} // namespace shell |
} // namespace ash |