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

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: 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
« no previous file with comments | « chrome/test/base/in_process_browser_test.h ('k') | content/browser/plugin_data_remover_impl.h » ('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.cc
diff --git a/chrome/test/base/in_process_browser_test.cc b/chrome/test/base/in_process_browser_test.cc
index 865ec932bfbd18de533906ab70d40d900368be93..ebce6ca3cca5a73d333a4e34523e15347c3d681d 100644
--- a/chrome/test/base/in_process_browser_test.cc
+++ b/chrome/test/base/in_process_browser_test.cc
@@ -203,6 +203,10 @@ void InProcessBrowserTest::TearDown() {
BrowserTestBase::TearDown();
}
+content::BrowserContext* InProcessBrowserTest::GetBrowserContext() {
+ return browser_->profile();
+}
+
content::ResourceContext* InProcessBrowserTest::GetResourceContext() {
return browser_->profile()->GetResourceContext();
}
« no previous file with comments | « chrome/test/base/in_process_browser_test.h ('k') | content/browser/plugin_data_remover_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698