summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_browser_main_linux.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-24 01:43:26 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-24 01:43:26 +0000
commit81ce2c47705894ebdba4344f483bc4cb8f072155 (patch)
tree24be53374f8923d32f0cf025e279f39d00267d86 /chrome/browser/chrome_browser_main_linux.h
parentf29b39837084fa85bba1bbe08984047ed93129e8 (diff)
downloadchromium_src-81ce2c47705894ebdba4344f483bc4cb8f072155.zip
chromium_src-81ce2c47705894ebdba4344f483bc4cb8f072155.tar.gz
chromium_src-81ce2c47705894ebdba4344f483bc4cb8f072155.tar.bz2
Make chrome/browser/chrome_browser_main_linux.* Linux-only.
BUG=none TEST=none Review URL: http://codereview.chromium.org/9839028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128650 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_browser_main_linux.h')
-rw-r--r--chrome/browser/chrome_browser_main_linux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/chrome_browser_main_linux.h b/chrome/browser/chrome_browser_main_linux.h
index e9f3bee..dc125b21 100644
--- a/chrome/browser/chrome_browser_main_linux.h
+++ b/chrome/browser/chrome_browser_main_linux.h
@@ -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 @@ class ChromeBrowserMainPartsLinux : public ChromeBrowserMainPartsPosix {
explicit ChromeBrowserMainPartsLinux(
const content::MainFunctionParams& parameters);
- // ChromeBrowserMainParts overrides.
- virtual void ShowMissingLocaleMessageBox() OVERRIDE;
+ private:
+ DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsLinux);
};
#endif // CHROME_BROWSER_CHROME_BROWSER_MAIN_LINUX_H_