Index: chrome/browser/extensions/extension_browsertest.h |
diff --git a/chrome/browser/extensions/extension_browsertest.h b/chrome/browser/extensions/extension_browsertest.h |
index 2ae201f5a5e61fdc2c9d5c9272866f57402f5a9f..605818410793db3686d3afaebf4cac52215f06d8 100644 |
--- a/chrome/browser/extensions/extension_browsertest.h |
+++ b/chrome/browser/extensions/extension_browsertest.h |
@@ -27,6 +27,7 @@ class ExtensionBrowserTest |
ExtensionBrowserTest(); |
virtual ~ExtensionBrowserTest(); |
+ // InProcessBrowserTest |
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; |
Yoyo Zhou
2012/04/12 00:25:28
SetUpUserDataDirectory should be here too.
Devlin
2012/04/12 00:37:10
I can certainly add in the line, but why is it nec
Yoyo Zhou
2012/04/12 00:45:02
Oops, I misread -- this .h file doesn't go with th
|
const Extension* LoadExtension(const FilePath& path); |