Chromium Code Reviews| Index: components/content_settings/core/common/content_settings_client.cc |
| diff --git a/remoting/resources/play_store_resources.cc b/components/content_settings/core/common/content_settings_client.cc |
| similarity index 50% |
| copy from remoting/resources/play_store_resources.cc |
| copy to components/content_settings/core/common/content_settings_client.cc |
| index 976f51e7c4fb3eb0a21edb7a3db38c1c0162445e..8a30e439573d41882a442219b02ee4c215f7fc62 100644 |
| --- a/remoting/resources/play_store_resources.cc |
| +++ b/components/content_settings/core/common/content_settings_client.cc |
| @@ -2,9 +2,12 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -// This file exists only to mark the Play Store string resources as used. |
|
vabr (Chromium)
2014/08/06 15:14:01
nit: Please try to tune the "git cl upload --simil
|
| -IDS_PLAY_STORE_TITLE |
| -IDS_PLAY_STORE_TAGLINE |
| -IDS_PLAY_STORE_DESCRIPTION |
| -IDS_PLAY_STORE_DESCRIPTION_ALTERNATE |
| -IDS_PLAY_STORE_CHANGES |
| +#include "components/content_settings/core/common/content_settings_client.h" |
| + |
| +namespace content_settings { |
| + |
| +bool ContentSettingsClient::IsExtensionScheme(const std::string& /*scheme*/) { |
| + return false; |
| +} |
| + |
| +} // namespace content_settings |