Commit 88f545d1 authored by Solomon Kinard's avatar Solomon Kinard Committed by Commit Bot

[Extensions] Quick removal of unused method declaration.

Bug: None
Change-Id: I91bb493036a66daa99da8932e167ef2e22dd805d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505882Reviewed-by: default avatarDavid Bertoni <dbertoni@chromium.org>
Commit-Queue: Solomon Kinard <solomonkinard@chromium.org>
Cr-Commit-Position: refs/heads/master@{#822060}
parent e6d63237
......@@ -377,8 +377,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
bool LoadManifestVersion(base::string16* error);
bool LoadShortName(base::string16* error);
bool CheckMinimumChromeVersion(base::string16* error) const;
// The extension's human-readable name. Name is used for display purpose. It
// might be wrapped with unicode bidi control characters so that it is
// displayed correctly in RTL context.
......
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