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

Unified Diff: chrome/browser/extensions/extension_browsertest.h

Issue 9087009: Restore all profiles which were active when restoring the last open pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tests. Created 8 years, 11 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/chrome_browser_main.cc ('k') | chrome/browser/profiles/profile_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_browsertest.h
diff --git a/chrome/browser/extensions/extension_browsertest.h b/chrome/browser/extensions/extension_browsertest.h
index a63901939c874ea3e3003db2e244c5a5b454cee1..1a8939942405a2c9d55daac73846e6c8abb0bf3b 100644
--- a/chrome/browser/extensions/extension_browsertest.h
+++ b/chrome/browser/extensions/extension_browsertest.h
@@ -137,10 +137,11 @@ class ExtensionBrowserTest
std::string last_loaded_extension_id_;
int extension_installs_observed_;
- private:
+ protected:
jochen (gone - plz use gerrit) 2012/01/09 10:51:23 why is this needed?
marja 2012/01/09 11:04:32 It allows BrowserInitTest::StartupURLsForTwoProfil
// Temporary directory for testing.
ScopedTempDir temp_dir_;
+ private:
// Specifies the type of UI (if any) to show during installation and what
// user action to simulate.
enum InstallUIType {
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/profiles/profile_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698