| Index: chrome/browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h
|
| diff --git a/chrome/browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h b/chrome/browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h
|
| deleted file mode 100644
|
| index c39d66af82264734483cd92bd7e58366d9a21320..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h
|
| +++ /dev/null
|
| @@ -1,32 +0,0 @@
|
| -// Copyright (c) 2012 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_PDF_OPEN_PDF_IN_READER_PROMPT_DELEGATE_H_
|
| -#define CHROME_BROWSER_UI_PDF_OPEN_PDF_IN_READER_PROMPT_DELEGATE_H_
|
| -
|
| -#include "base/strings/string16.h"
|
| -
|
| -namespace content {
|
| -struct LoadCommittedDetails;
|
| -}
|
| -
|
| -class OpenPDFInReaderPromptDelegate {
|
| - public:
|
| - virtual ~OpenPDFInReaderPromptDelegate() {}
|
| -
|
| - virtual base::string16 GetMessageText() const = 0;
|
| -
|
| - virtual base::string16 GetAcceptButtonText() const = 0;
|
| -
|
| - virtual base::string16 GetCancelButtonText() const = 0;
|
| -
|
| - virtual bool ShouldExpire(
|
| - const content::LoadCommittedDetails& details) const = 0;
|
| -
|
| - virtual void Accept() = 0;
|
| -
|
| - virtual void Cancel() = 0;
|
| -};
|
| -
|
| -#endif // CHROME_BROWSER_UI_PDF_OPEN_PDF_IN_READER_PROMPT_DELEGATE_H_
|
|
|