Commit cc62a0aa authored by Aran Gilman's avatar Aran Gilman Committed by Commit Bot

Remove unused feedback switches for Reader Mode.

Bug: 982354
Change-Id: Ia10914a769bda850027bd8c5206f477aac2141ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775099Reviewed-by: default avatarWei-Yin Chen (陳威尹) <wychen@chromium.org>
Commit-Queue: Aran Gilman <gilmanmh@google.com>
Cr-Commit-Position: refs/heads/master@{#692133}
parent 00615c14
...@@ -19,9 +19,4 @@ const char kAlwaysTrue[] = "alwaystrue"; ...@@ -19,9 +19,4 @@ const char kAlwaysTrue[] = "alwaystrue";
const char kNone[] = "none"; const char kNone[] = "none";
} // namespace reader_mode_heuristics } // namespace reader_mode_heuristics
namespace reader_mode_feedback {
const char kOn[] = "on";
const char kOff[] = "off";
} // namespace reader_mode_feedback
} // namespace switches } // namespace switches
...@@ -30,11 +30,6 @@ extern const char kAlwaysTrue[]; ...@@ -30,11 +30,6 @@ extern const char kAlwaysTrue[];
extern const char kNone[]; extern const char kNone[];
} // namespace reader_mode_heuristics } // namespace reader_mode_heuristics
namespace reader_mode_feedback {
extern const char kOn[];
extern const char kOff[];
} // namespace reader_mode_feedback
} // namespace switches } // namespace switches
#endif // COMPONENTS_DOM_DISTILLER_CORE_DOM_DISTILLER_SWITCHES_H_ #endif // COMPONENTS_DOM_DISTILLER_CORE_DOM_DISTILLER_SWITCHES_H_
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