Commit b2bdcfcf authored by Dan Harrington's avatar Dan Harrington Committed by Commit Bot

Small comment-only change

Change-Id: I1faa3b68726e1798c08d2d29b2fb8a2c81e23d06
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128469Reviewed-by: default avatarIan Wells <iwells@chromium.org>
Commit-Queue: Dan H <harringtond@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754965}
parent 5eb1c0d8
......@@ -35,8 +35,6 @@ class FeedNetworkImpl : public FeedNetwork {
virtual ~Delegate() = default;
// Returns a string which represents the top locale and region of the
// device.
// TODO(harringtond): Implement this. See
// https://cs.chromium.org/chromium/src/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/common/locale/LocaleUtils.java
virtual std::string GetLanguageTag() = 0;
};
......
......@@ -14,7 +14,7 @@ class PrefService;
namespace feed {
// A refresh throttler that supports all |UserClass|es.
// TODO(harringtond): When v2 is the only Feed implementation, make
// TODO(crbug.com/1066230): When v2 is the only Feed implementation, make
// |RefreshThrottler| a private implementation detail of this class.
class MasterRefreshThrottler {
public:
......
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