| 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 af4f557c2a2914ed343fe99ae23dbdf08affcbab..1c57d9a76322f4a862a8c9afa302048aebf11589 100644
|
| --- a/chrome/browser/chrome_browser_main_x11.cc
|
| +++ b/chrome/browser/chrome_browser_main_x11.cc
|
| @@ -82,10 +82,6 @@ void WarnAboutMinimumSystemRequirements() {
|
| // Nothing to warn about on X11 right now.
|
| }
|
|
|
| -void RecordBrowserStartupTime() {
|
| - // Not implemented on X11 for now.
|
| -}
|
| -
|
| // From browser_main_win.h, stubs until we figure out the right thing...
|
|
|
| int DoUninstallTasks(bool chrome_still_running) {
|
|
|