| Index: chrome/browser/ui/webui/print_preview_ui.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/print_preview_ui.h (revision 110039)
|
| +++ chrome/browser/ui/webui/print_preview_ui.h (working copy)
|
| @@ -50,10 +50,6 @@
|
|
|
| string16 initiator_tab_title() { return initiator_tab_title_; }
|
|
|
| - bool source_is_modifiable() { return source_is_modifiable_; }
|
| -
|
| - void SetSourceIsModifiable(bool source_is_modifiable);
|
| -
|
| // Determines whether to cancel a print preview request based on
|
| // |preview_ui_addr| and |request_id|.
|
| // Can be called from any thread.
|
| @@ -118,15 +114,6 @@
|
| void OnCancelPendingPreviewRequest();
|
|
|
| private:
|
| - friend class PrintPreviewHandlerTest;
|
| - FRIEND_TEST_ALL_PREFIXES(PrintPreviewHandlerTest, StickyMarginsCustom);
|
| - FRIEND_TEST_ALL_PREFIXES(PrintPreviewHandlerTest, StickyMarginsDefault);
|
| - FRIEND_TEST_ALL_PREFIXES(PrintPreviewHandlerTest,
|
| - StickyMarginsCustomThenDefault);
|
| - FRIEND_TEST_ALL_PREFIXES(PrintPreviewHandlerTest,
|
| - GetLastUsedMarginSettingsCustom);
|
| - FRIEND_TEST_ALL_PREFIXES(PrintPreviewHandlerTest,
|
| - GetLastUsedMarginSettingsDefault);
|
| FRIEND_TEST_ALL_PREFIXES(PrintPreviewTabControllerUnitTest,
|
| TitleAfterReload);
|
|
|
| @@ -145,9 +132,6 @@
|
| // when the initiator tab is closed/crashed.
|
| std::string initiator_url_;
|
|
|
| - // Indicates whether the source document can be modified.
|
| - bool source_is_modifiable_;
|
| -
|
| // Store the initiator tab title, used for populating the print preview tab
|
| // title.
|
| string16 initiator_tab_title_;
|
|
|