Commit a68d2ffd authored by Istiaque Ahmed's avatar Istiaque Ahmed Committed by Commit Bot

Remove duplicate profile getter in ExtensionServiceTestBase subclasses.

ExtensionServiceTestBase already provides identical profile()
getter.

Bug: None
Change-Id: Id0f85b378a0cdf6986fbc50ec1d9d15cb038996c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2046050Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746967}
parent a79c5acd
......@@ -60,7 +60,6 @@ class RequestContentScriptTest : public ExtensionServiceTestBase {
base::RunLoop().RunUntilIdle();
}
Profile* profile() { return profile_.get(); }
const Extension* extension() { return extension_.get(); }
private:
......
......@@ -109,8 +109,6 @@ class ExtensionErrorControllerUnitTest : public ExtensionServiceTestBase {
// Return the ExtensionPrefs associated with the test.
ExtensionPrefs* GetPrefs();
Profile* profile() { return profile_.get(); }
};
void ExtensionErrorControllerUnitTest::SetUp() {
......
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