Chromium Code Reviews| Index: chrome/app/main_dll_loader_win.h |
| diff --git a/chrome/app/main_dll_loader_win.h b/chrome/app/main_dll_loader_win.h |
| index 99852ff3e6c4c6e7d2e89d4a2ef2de90ca14b66b..ac1ba4542ca70dc458aa8c5719cc20be64cfa4bf 100644 |
| --- a/chrome/app/main_dll_loader_win.h |
| +++ b/chrome/app/main_dll_loader_win.h |
| @@ -55,7 +55,6 @@ class MainDllLoader { |
| private: |
| HMODULE dll_; |
| std::string process_type_; |
| - const bool metro_mode_; |
| }; |
| // Factory for the MainDllLoader. Caller owns the pointer and should call |