diff options
Diffstat (limited to 'chrome/browser/cookie_modal_dialog.h')
-rw-r--r-- | chrome/browser/cookie_modal_dialog.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/cookie_modal_dialog.h b/chrome/browser/cookie_modal_dialog.h index bfc2b67..8e1d5e4 100644 --- a/chrome/browser/cookie_modal_dialog.h +++ b/chrome/browser/cookie_modal_dialog.h @@ -72,6 +72,9 @@ class CookiePromptModalDialog : public AppModalDialog { virtual void CancelWindow(); virtual bool IsValid(); + // Whether the user may choose to have the browser remember the decision. + bool DecisionPersistable(); + #if defined(OS_MACOSX) virtual void CloseModalDialog(); #endif @@ -136,4 +139,3 @@ class CookiePromptModalDialog : public AppModalDialog { }; #endif // CHROME_BROWSER_COOKIE_MODAL_DIALOG_H_ - |