Index: chrome/app/chrome_main_delegate.h |
diff --git a/chrome/app/chrome_main_delegate.h b/chrome/app/chrome_main_delegate.h |
index 278858c4e2fb4fdeba218977bfd34cd1eb6f3890..3207eb1b850800ac2726b8cbafdb52cdad2a63fb 100644 |
--- a/chrome/app/chrome_main_delegate.h |
+++ b/chrome/app/chrome_main_delegate.h |
@@ -20,6 +20,9 @@ namespace base { |
class CommandLine; |
} |
+// Exposed for testing. |
+void InitializeUserDataDir(base::CommandLine* command_line); |
+ |
// Chrome implementation of ContentMainDelegate. |
class ChromeMainDelegate : public content::ContentMainDelegate { |
public: |