1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/translate/chrome_translate_client.h"
7 #include "components/infobars/core/infobar.h"
8 #include "components/translate/core/browser/translate_infobar_delegate.h"
10 // ChromeTranslateClient::CreateInfoBar() is implemented in platform-specific
11 // files, except the TOOLKIT_VIEWS implementation, which has been removed.
12 scoped_ptr
<infobars::InfoBar
> ChromeTranslateClient::CreateInfoBar(
13 scoped_ptr
<translate::TranslateInfoBarDelegate
> delegate
) const {
14 return scoped_ptr
<infobars::InfoBar
>();