Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Side by Side Diff: chrome/browser/chromeos/file_manager/mounted_disk_monitor.cc

Issue 23945002: file_manager: Move non-binding code to c/b/chromeos/file_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/chromeos/extensions/file_manager/mounted_disk_monitor.h " 5 #include "chrome/browser/chromeos/file_manager/mounted_disk_monitor.h"
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "chromeos/dbus/dbus_thread_manager.h" 8 #include "chromeos/dbus/dbus_thread_manager.h"
9 #include "chromeos/dbus/power_manager_client.h" 9 #include "chromeos/dbus/power_manager_client.h"
10 #include "content/public/browser/browser_thread.h" 10 #include "content/public/browser/browser_thread.h"
11 11
12 using chromeos::DBusThreadManager; 12 using chromeos::DBusThreadManager;
13 using chromeos::disks::DiskMountManager; 13 using chromeos::disks::DiskMountManager;
14 14
15 namespace file_manager { 15 namespace file_manager {
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 chromeos::FormatError error_code, 108 chromeos::FormatError error_code,
109 const std::string& device_path) { 109 const std::string& device_path) {
110 } 110 }
111 111
112 void MountedDiskMonitor::Reset() { 112 void MountedDiskMonitor::Reset() {
113 unmounted_while_resuming_.clear(); 113 unmounted_while_resuming_.clear();
114 is_resuming_ = false; 114 is_resuming_ = false;
115 } 115 }
116 116
117 } // namespace file_manager 117 } // namespace file_manager
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/file_manager/mounted_disk_monitor.h ('k') | chrome/browser/chromeos/file_manager/open_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698