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

Unified Diff: chrome/browser/ui/content_settings/content_setting_bubble_model.h

Issue 23537029: Save password functionality added to the save password bubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review 5 Created 7 years, 3 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/content_settings/content_setting_bubble_model.h
diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model.h b/chrome/browser/ui/content_settings/content_setting_bubble_model.h
index 73f350035191d928f49dede208b288b5a6b5561d..1f4f9944ecc61a69fa4b8bed0c1dd3d756f7ceca 100644
--- a/chrome/browser/ui/content_settings/content_setting_bubble_model.h
+++ b/chrome/browser/ui/content_settings/content_setting_bubble_model.h
@@ -196,11 +196,11 @@ class SavePasswordBubbleModel : public ContentSettingTitleAndLinkModel {
SavePasswordBubbleModel(Delegate* delegate,
content::WebContents* web_contents,
Profile* profile);
- virtual ~SavePasswordBubbleModel() {}
+ virtual ~SavePasswordBubbleModel();
virtual void OnCancelClicked() OVERRIDE;
virtual void OnSaveClicked() OVERRIDE;
+
private:
- // Sets the title of the bubble.
void SetTitle();
TabSpecificContentSettings::PasswordSavingState state_;

Powered by Google App Engine
This is Rietveld 408576698