Chromium Code Reviews| Index: apps/shell/app/shell_main_delegate.h |
| diff --git a/apps/shell/app/shell_main_delegate.h b/apps/shell/app/shell_main_delegate.h |
| index 6af939501a3896919eb1487ef07ea49769d8eea6..44f17c02486550e81ab45b0ecb444f8f57dac0c8 100644 |
| --- a/apps/shell/app/shell_main_delegate.h |
| +++ b/apps/shell/app/shell_main_delegate.h |
| @@ -23,6 +23,8 @@ class ShellMainDelegate : public content::ContentMainDelegate { |
| // ContentMainDelegate implementation: |
| virtual bool BasicStartupComplete(int* exit_code) OVERRIDE; |
| virtual void PreSandboxStartup() OVERRIDE; |
| + |
| + protected: |
|
jam
2014/03/20 23:43:22
nit: remove this and leave the overridden methods
Yoyo Zhou
2014/03/21 00:19:25
Done.
|
| virtual content::ContentBrowserClient* CreateContentBrowserClient() OVERRIDE; |
| virtual content::ContentRendererClient* CreateContentRendererClient() |
| OVERRIDE; |