Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001...
[chromium-blink-merge.git] / chrome / browser / ui / views / translate / chrome_translate_client_views.cc
blob6440acc8c3e2079b183291fd7e6b0efb3ece6c52
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>();