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

Unified Diff: chrome/browser/ui/cocoa/infobars/save_password_infobar_controller.h

Issue 1157733005: Make 'Google Smart Lock' a hyperlink in the password infobar on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: vabr@ Created 5 years, 6 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/cocoa/infobars/save_password_infobar_controller.h
diff --git a/chrome/browser/ui/cocoa/infobars/save_password_infobar_controller.h b/chrome/browser/ui/cocoa/infobars/save_password_infobar_controller.h
new file mode 100644
index 0000000000000000000000000000000000000000..16446ffd3fc3c6f2bbd6c72d7c35cb98c05d1bbb
--- /dev/null
+++ b/chrome/browser/ui/cocoa/infobars/save_password_infobar_controller.h
@@ -0,0 +1,18 @@
+// 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_COCOA_INFOBARS_SAVE_PASSWORD_INFOBAR_CONTROLLER_H_
+#define CHROME_BROWSER_UI_COCOA_INFOBARS_SAVE_PASSWORD_INFOBAR_CONTROLLER_H_
+
+#include "base/memory/scoped_ptr.h"
+
+namespace infobars {
+class InfoBar;
+}
+class SavePasswordInfoBarDelegate;
+
+scoped_ptr<infobars::InfoBar> CreateSavePasswordInfoBar(
+ scoped_ptr<SavePasswordInfoBarDelegate> delegate);
+
+#endif // CHROME_BROWSER_UI_COCOA_INFOBARS_SAVE_PASSWORD_INFOBAR_CONTROLLER_H_

Powered by Google App Engine
This is Rietveld 408576698