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

Unified Diff: chrome/browser/chromeos/drive/drive_file_system.cc

Issue 13149003: drive: Use "/drive/root" namespace and fix Files app and tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed LocalFileSystemExtensionApiTest which I have broken in this CL actually. Created 7 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/drive/drive_file_system.cc
diff --git a/chrome/browser/chromeos/drive/drive_file_system.cc b/chrome/browser/chromeos/drive/drive_file_system.cc
index 777a86e6032c07e6781468dc13113a4b3d4d1a78..5ef2702467fd6ff01d5e21bf2698a90469932ac9 100644
--- a/chrome/browser/chromeos/drive/drive_file_system.cc
+++ b/chrome/browser/chromeos/drive/drive_file_system.cc
@@ -1406,7 +1406,7 @@ void DriveFileSystem::SetHideHostedDocuments(bool hide) {
// Kick off directory refresh when this setting changes.
FOR_EACH_OBSERVER(DriveFileSystemObserver, observers_,
- OnDirectoryChanged(util::GetDriveMyDriveRootPath()));
+ OnDirectoryChanged(util::GetDriveGrandRootPath()));
}
//============= DriveFileSystem: internal helper functions =====================

Powered by Google App Engine
This is Rietveld 408576698