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

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

Issue 240333011: Always load signin profile on Chrome OS startup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Next iteration. Created 6 years, 7 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 0302dce78ef25c21bbe9625630e0b82a023d3bda..e96a9f5a879edaf631b8fe51536f8d76fd48523e 100644
--- a/chrome/browser/extensions/extension_browsertest.h
+++ b/chrome/browser/extensions/extension_browsertest.h
@@ -297,12 +297,6 @@ class ExtensionBrowserTest : virtual public InProcessBrowserTest {
bool loaded_;
bool installed_;
-#if defined(OS_CHROMEOS)
- // True if the command line should be tweaked as if ChromeOS user is
- // already logged in.
- bool set_chromeos_user_;
-#endif
-
// test_data/extensions.
base::FilePath test_data_dir_;

Powered by Google App Engine
This is Rietveld 408576698