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

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

Issue 10850010: Make session restore understand that tabs have multiple SessionStorageNamespaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: attempt to fix unittsets. Created 8 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
« no previous file with comments | « chrome/browser/ui/browser_tabrestore.cc ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/in_process_browser_test.h
diff --git a/chrome/test/base/in_process_browser_test.h b/chrome/test/base/in_process_browser_test.h
index fa2f683745b4d611f5049b7f6cb9fd4f6aa5d48a..cd7c47c505d88c2ee1b0049bdb08332b2ad604c5 100644
--- a/chrome/test/base/in_process_browser_test.h
+++ b/chrome/test/base/in_process_browser_test.h
@@ -108,6 +108,7 @@ class InProcessBrowserTest : public content::BrowserTestBase {
protected:
// Returns the browser created by CreateBrowser.
Browser* browser() const { return browser_; }
+ void set_browser(Browser* b) { browser_ = b; }
// Returns the Resource/BrowserContext from browser_. Needed because tests in
// content don't have access to Profile.
« no previous file with comments | « chrome/browser/ui/browser_tabrestore.cc ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698