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

Unified Diff: chrome/browser/ui/webui/print_preview_ui.h

Issue 7799019: Print Preview: Add a test for activating the initiator tab on print. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: reinterpret_cast -> static_cast Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/print_preview_ui.h
===================================================================
--- chrome/browser/ui/webui/print_preview_ui.h (revision 98857)
+++ chrome/browser/ui/webui/print_preview_ui.h (working copy)
@@ -103,6 +103,8 @@
void OnCancelPendingPreviewRequest();
private:
+ FRIEND_TEST_ALL_PREFIXES(PrintPreviewHandlerTest,
+ ActivateInitiatorTabOnPrint);
FRIEND_TEST_ALL_PREFIXES(PrintPreviewTabControllerUnitTest,
TitleAfterReload);

Powered by Google App Engine
This is Rietveld 408576698