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

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

Issue 9981015: Add an interface for Flash to clear its data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browser tests Created 8 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/in_process_browser_test.cc
diff --git a/chrome/test/base/in_process_browser_test.cc b/chrome/test/base/in_process_browser_test.cc
index 4ec9f221a44b926c13b7cac505cceef4eed8fde0..50aec64d759d98b636970d160aec594605552e63 100644
--- a/chrome/test/base/in_process_browser_test.cc
+++ b/chrome/test/base/in_process_browser_test.cc
@@ -200,6 +200,10 @@ void InProcessBrowserTest::TearDown() {
BrowserTestBase::TearDown();
}
+content::BrowserContext* InProcessBrowserTest::GetBrowserContext() {
+ return browser_->profile();
+}
+
content::ResourceContext* InProcessBrowserTest::GetResourceContext() {
return browser_->profile()->GetResourceContext();
}

Powered by Google App Engine
This is Rietveld 408576698