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

Unified Diff: chrome/browser/ui/android/infobars/save_password_infobar.h

Issue 2397743002: Ditch first run experience from Save Password Infobar (Closed)
Patch Set: get rid of unused web_contents_ Created 4 years, 2 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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/android/infobars/save_password_infobar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/android/infobars/save_password_infobar.h
diff --git a/chrome/browser/ui/android/infobars/save_password_infobar.h b/chrome/browser/ui/android/infobars/save_password_infobar.h
deleted file mode 100644
index cdc3888987ae89f22ab0e5b1f7d7c011cf9aec9e..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/android/infobars/save_password_infobar.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_UI_ANDROID_INFOBARS_SAVE_PASSWORD_INFOBAR_H_
-#define CHROME_BROWSER_UI_ANDROID_INFOBARS_SAVE_PASSWORD_INFOBAR_H_
-
-#include "base/macros.h"
-#include "chrome/browser/password_manager/save_password_infobar_delegate_android.h"
-#include "chrome/browser/ui/android/infobars/confirm_infobar.h"
-
-// The Android infobar that offers the user the ability to save a password
-// for the site.
-class SavePasswordInfoBar : public ConfirmInfoBar {
- public:
- explicit SavePasswordInfoBar(
- std::unique_ptr<SavePasswordInfoBarDelegate> delegate);
-
- ~SavePasswordInfoBar() override;
-
- private:
- // ConfirmInfoBar:
- base::android::ScopedJavaLocalRef<jobject> CreateRenderInfoBar(
- JNIEnv* env) override;
- void OnLinkClicked(JNIEnv* env,
- const base::android::JavaParamRef<jobject>& obj) override;
-
- DISALLOW_COPY_AND_ASSIGN(SavePasswordInfoBar);
-};
-
-
-#endif // CHROME_BROWSER_UI_ANDROID_INFOBARS_SAVE_PASSWORD_INFOBAR_H_
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/android/infobars/save_password_infobar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698