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

Unified Diff: components/content_settings/core/browser/content_settings_client.h

Issue 663933003: Remove outdated comment from content_settings_client.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/content_settings/core/browser/content_settings_client.h
diff --git a/components/content_settings/core/browser/content_settings_client.h b/components/content_settings/core/browser/content_settings_client.h
index 0b89b169d297175a824890c7909c45611d1d1cf6..e6f4a4e0109b8507567866933f178c503568487b 100644
--- a/components/content_settings/core/browser/content_settings_client.h
+++ b/components/content_settings/core/browser/content_settings_client.h
@@ -21,9 +21,6 @@ class CookieOptions;
namespace content_settings {
// An abstraction of operations that depend on the embedder (e.g. Chrome).
-// For mock / testing implementation in tests you can inherit from
-// StubContentSettingsClient instead to avoid the need to stub unneeded pure
-// virtual methods.
class ContentSettingsClient {
public:
enum AccessType { BLOCKED, ALLOWED };
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698