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

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: Fix. 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
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:
// 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 {

Powered by Google App Engine
This is Rietveld 408576698