Index: chrome/app/chrome_main_delegate.h |
diff --git a/chrome/app/chrome_main_delegate.h b/chrome/app/chrome_main_delegate.h |
index 3670dd5418bbbed4136a2ebcfbd5016bca44b73a..53b382741b5f79a498b50bcb7efd49e1b198b1ae 100644 |
--- a/chrome/app/chrome_main_delegate.h |
+++ b/chrome/app/chrome_main_delegate.h |
@@ -16,7 +16,7 @@ class ChromeMainDelegate : public content::ContentMainDelegate { |
ChromeMainDelegate(); |
virtual ~ChromeMainDelegate(); |
- private: |
+ protected: |
// content::ContentMainDelegate implementation: |
virtual bool BasicStartupComplete(int* exit_code) OVERRIDE; |
virtual void PreSandboxStartup() OVERRIDE; |