diff options
Diffstat (limited to 'chrome/browser/chromeos')
-rw-r--r-- | chrome/browser/chromeos/legacy_window_manager/initial_browser_window_observer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/legacy_window_manager/initial_browser_window_observer.cc b/chrome/browser/chromeos/legacy_window_manager/initial_browser_window_observer.cc index b216474..b97f234 100644 --- a/chrome/browser/chromeos/legacy_window_manager/initial_browser_window_observer.cc +++ b/chrome/browser/chromeos/legacy_window_manager/initial_browser_window_observer.cc @@ -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. @@ -40,7 +40,7 @@ void InitialBrowserWindowObserver::Observe( const content::NotificationDetails& details) { registrar_.RemoveAll(); content::BrowserThread::PostTask( - content::BrowserThread::IO, FROM_HERE, + content::BrowserThread::FILE, FROM_HERE, base::Bind(&WriteInitialWindowFile)); } |