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

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

Issue 83343006: Enable immersive fullscreen for hosted apps part 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 91bb3254605a042b73e61d35234da24ddd79499b..dfe88ebf0a0d52384079171fb06ab69fb4667a00 100644
--- a/chrome/test/base/browser_with_test_window_test.h
+++ b/chrome/test/base/browser_with_test_window_test.h
@@ -141,6 +141,12 @@ class BrowserWithTestWindowTest : public testing::Test {
// value. Can return NULL to use the default window created by Browser.
virtual BrowserWindow* CreateBrowserWindow();
+ // Creates the browser given |profile|, |host_desktop_type| and
+ // |browser_window|. The caller owns the return value.
+ virtual Browser* CreateBrowser(Profile* profile,
+ chrome::HostDesktopType host_desktop_type,
+ BrowserWindow* browser_window);
+
private:
// We need to create a MessageLoop, otherwise a bunch of things fails.
content::TestBrowserThreadBundle thread_bundle_;
« no previous file with comments | « chrome/browser/ui/views/frame/top_container_view.cc ('k') | chrome/test/base/browser_with_test_window_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698