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..2c310c150ffd13c6e306c663421e41bc5a0f1a54 100644 |
--- a/chrome/app/chrome_main_delegate.h |
+++ b/chrome/app/chrome_main_delegate.h |
@@ -16,8 +16,8 @@ class ChromeMainDelegate : public content::ContentMainDelegate { |
ChromeMainDelegate(); |
virtual ~ChromeMainDelegate(); |
- private: |
// content::ContentMainDelegate implementation: |
+ protected: |
jam
2012/09/10 20:05:13
nit: put this before the comment
David Trainor- moved to gerrit
2012/09/10 21:26:16
Done.
|
virtual bool BasicStartupComplete(int* exit_code) OVERRIDE; |
virtual void PreSandboxStartup() OVERRIDE; |
virtual void SandboxInitialized(const std::string& process_type) OVERRIDE; |