Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5440)

Unified Diff: chrome/browser/ui/passwords/manage_passwords_test.h

Issue 2818383004: Remove unnecessary virtual ManagePasswordsTest::view(). (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/passwords/manage_passwords_test.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_test.h b/chrome/browser/ui/passwords/manage_passwords_test.h
index 81e9573a404d6610c8e33914582f62e82bb43461..7a67260f6b2976870a889f997110611c3ed5b413 100644
--- a/chrome/browser/ui/passwords/manage_passwords_test.h
+++ b/chrome/browser/ui/passwords/manage_passwords_test.h
@@ -18,7 +18,6 @@
#include "components/password_manager/core/common/credential_manager_types.h"
#include "testing/gmock/include/gmock/gmock.h"
-class ManagePasswordsIconView;
class PasswordsClientUIDelegate;
// Test class for the various password management view bits and pieces. Provides
@@ -31,9 +30,6 @@ class ManagePasswordsTest : public InProcessBrowserTest {
// InProcessBrowserTest:
void SetUpOnMainThread() override;
- // Get the icon view for the current WebContents.
- virtual ManagePasswordsIconView* view() = 0;
-
// Execute the browser command to open the manage passwords bubble.
void ExecuteManagePasswordsCommand();

Powered by Google App Engine
This is Rietveld 408576698