| Index: chrome/browser/printing/background_printing_manager.h
|
| diff --git a/chrome/browser/printing/background_printing_manager.h b/chrome/browser/printing/background_printing_manager.h
|
| index ff0bd1e48378aedeac97a40eff62e0d84ea29335..ea211ad0395bd174e23ca8fc8e45ac18bb258571 100644
|
| --- a/chrome/browser/printing/background_printing_manager.h
|
| +++ b/chrome/browser/printing/background_printing_manager.h
|
| @@ -48,6 +48,8 @@ class BackgroundPrintingManager : public content::NotificationObserver {
|
| void DeletePreviewContentsForBrowserContext(
|
| content::BrowserContext* browser_context);
|
|
|
| + void OnPrintRequestCancelled(content::WebContents* preview_dialog);
|
| +
|
| private:
|
| // content::NotificationObserver overrides:
|
| void Observe(int type,
|
|
|