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

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

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/browser/browsing_data_remover.cc ('k') | chrome/test/base/in_process_browser_test.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 0699d8a175aa7fc598a09d1ef663d6329bb00c9b..863ad3bddd922d59d92fdd643b362315a47a8664 100644
--- a/chrome/test/base/in_process_browser_test.h
+++ b/chrome/test/base/in_process_browser_test.h
@@ -33,6 +33,7 @@ class CommandLine;
class Profile;
namespace content {
+class BrowserContext;
class ContentRendererClient;
class ResourceContext;
}
@@ -97,8 +98,9 @@ class InProcessBrowserTest : public BrowserTestBase {
// Returns the browser created by CreateBrowser.
Browser* browser() const { return browser_; }
- // Returns the ResourceContext from browser_. Needed because tests in content
- // don't have access to Profile.
+ // Returns the Resource/BrowserContext from browser_. Needed because tests in
+ // content don't have access to Profile.
+ content::BrowserContext* GetBrowserContext();
content::ResourceContext* GetResourceContext();
// Convenience methods for adding tabs to a Browser.
« no previous file with comments | « chrome/browser/browsing_data_remover.cc ('k') | chrome/test/base/in_process_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698