Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: components/content_settings/core/common/content_settings_client.cc

Issue 440423003: Clean content_settings_pattern_parser.* from unnecessary dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698