| Index: chrome/browser/chrome_browser_main_x11.cc
|
| diff --git a/chrome/browser/chrome_browser_main_x11.cc b/chrome/browser/chrome_browser_main_x11.cc
|
| index 63663c940794a69ab2eeaf44cc44a4b16a40a1f0..a2c002618744b6690fbf93483cae4a468782d363 100644
|
| --- a/chrome/browser/chrome_browser_main_x11.cc
|
| +++ b/chrome/browser/chrome_browser_main_x11.cc
|
| @@ -86,17 +86,6 @@ int DoUninstallTasks(bool chrome_still_running) {
|
| return content::RESULT_CODE_NORMAL_EXIT;
|
| }
|
|
|
| -int HandleIconsCommands(const CommandLine &parsed_command_line) {
|
| - return 0;
|
| -}
|
| -
|
| -bool CheckMachineLevelInstall() {
|
| - return false;
|
| -}
|
| -
|
| -void PrepareRestartOnCrashEnviroment(const CommandLine &parsed_command_line) {
|
| -}
|
| -
|
| void SetBrowserX11ErrorHandlers() {
|
| // Set up error handlers to make sure profile gets written if X server
|
| // goes away.
|
|
|