Chromium Code Reviews| Index: chrome/browser/chrome_browser_main_linux.h | 
| =================================================================== | 
| --- chrome/browser/chrome_browser_main_linux.h (revision 128270) | 
| +++ chrome/browser/chrome_browser_main_linux.h (working copy) | 
| @@ -1,4 +1,4 @@ | 
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved. | 
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved. | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
| @@ -16,8 +16,8 @@ | 
| explicit ChromeBrowserMainPartsLinux( | 
| const content::MainFunctionParams& parameters); | 
| - // ChromeBrowserMainParts overrides. | 
| - virtual void ShowMissingLocaleMessageBox() OVERRIDE; | 
| 
 
Lei Zhang
2012/03/22 23:02:20
Yes, I realize this leaves ChromeBrowserMainPartsL
 
 | 
| + private: | 
| + DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsLinux); | 
| }; | 
| #endif // CHROME_BROWSER_CHROME_BROWSER_MAIN_LINUX_H_ |