| Index: chrome/browser/download/download_danger_prompt.h
|
| diff --git a/chrome/browser/download/download_danger_prompt.h b/chrome/browser/download/download_danger_prompt.h
|
| index 2ab5bb05e8655b8ab274ae1f91a0a8349056a5d9..7947b0f03a13f92c92dd3c09224dd3bac872d4b7 100644
|
| --- a/chrome/browser/download/download_danger_prompt.h
|
| +++ b/chrome/browser/download/download_danger_prompt.h
|
| @@ -45,6 +45,8 @@ class DownloadDangerPrompt {
|
| protected:
|
| friend class DownloadDangerPromptTest;
|
|
|
| + virtual ~DownloadDangerPrompt() { }
|
| +
|
| // Only to be used by tests. Subclasses must override to manually call the
|
| // respective button click handler.
|
| virtual void InvokeActionForTesting(Action action) = 0;
|
|
|