Commit 8e09bf59 authored by vabr's avatar vabr Committed by Commit bot

Remove outdated comment from content_settings_client.h

The removed comment speaks about StubContentSettingsClient, which was not created in https://codereview.chromium.org/646973002 after all, and thus does not exist in the ToT.

This is a comment-only change, thus skipping tests.

TBR=blundell@chromium.org
NOTRY=true
BUG=393248

Review URL: https://codereview.chromium.org/663933003

Cr-Commit-Position: refs/heads/master@{#301077}
parent 15161ce4
......@@ -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 };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment