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

Unified Diff: chrome/test/base/browser_with_test_window_test.h

Issue 2791463002: mash: Remove ShelfDelegate; move functions to ShelfModel. (Closed)
Patch Set: Address comment. Created 3 years, 8 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/test/base/browser_with_test_window_test.h
diff --git a/chrome/test/base/browser_with_test_window_test.h b/chrome/test/base/browser_with_test_window_test.h
index 29177899148a4ac90d8d70358888f34a2f4ae25c..40a3624e328ea6111cf415acb1d021bd05b17e69 100644
--- a/chrome/test/base/browser_with_test_window_test.h
+++ b/chrome/test/base/browser_with_test_window_test.h
@@ -107,6 +107,10 @@ class BrowserWithTestWindowTest : public testing::Test {
return window_.release();
}
+#if defined(OS_CHROMEOS)
+ ash::test::AshTestHelper* ash_test_helper() { return ash_test_helper_.get(); }
+#endif
+
// The context to help determine desktop type when creating new Widgets.
gfx::NativeWindow GetContext();

Powered by Google App Engine
This is Rietveld 408576698