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

Side by Side Diff: chrome/renderer/printing/chrome_print_web_view_helper_delegate.h

Issue 811563008: Moving files from //chrome to //components/printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix deps, owners, readme Created 5 years, 11 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_RENDERER_PRINTING_CHROME_PRINT_WEB_VIEW_HELPER_DELEGATE_H_ 5 #ifndef CHROME_RENDERER_PRINTING_CHROME_PRINT_WEB_VIEW_HELPER_DELEGATE_H_
6 #define CHROME_RENDERER_PRINTING_CHROME_PRINT_WEB_VIEW_HELPER_DELEGATE_H_ 6 #define CHROME_RENDERER_PRINTING_CHROME_PRINT_WEB_VIEW_HELPER_DELEGATE_H_
7 7
8 #include "chrome/renderer/printing/print_web_view_helper.h" 8 #include "components/printing/renderer/print_web_view_helper.h"
9 9
10 class ChromePrintWebViewHelperDelegate 10 class ChromePrintWebViewHelperDelegate
11 : public printing::PrintWebViewHelper::Delegate { 11 : public printing::PrintWebViewHelper::Delegate {
12 public: 12 public:
13 ~ChromePrintWebViewHelperDelegate() override; 13 ~ChromePrintWebViewHelperDelegate() override;
14 14
15 bool CancelPrerender(content::RenderView* render_view, 15 bool CancelPrerender(content::RenderView* render_view,
16 int routing_id) override; 16 int routing_id) override;
17 17
18 blink::WebElement GetPdfElement(blink::WebLocalFrame* frame) override; 18 blink::WebElement GetPdfElement(blink::WebLocalFrame* frame) override;
19 19
20 }; // class ChromePrintWebViewHelperDelegate 20 }; // class ChromePrintWebViewHelperDelegate
21 21
22 #endif // CHROME_RENDERER_PRINTING_CHROME_PRINT_WEB_VIEW_HELPER_DELEGATE_H_ 22 #endif // CHROME_RENDERER_PRINTING_CHROME_PRINT_WEB_VIEW_HELPER_DELEGATE_H_
OLDNEW
« no previous file with comments | « chrome/renderer/pepper/chrome_pdf_print_client.cc ('k') | chrome/renderer/printing/mock_printer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698