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

Unified Diff: chrome/browser/chromeos/extensions/file_manager/private_api_misc.h

Issue 819953005: Files.app: Remove multi-profile related fileManagerPrivate APIs that are no more used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/file_manager/private_api_misc.h
diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_misc.h b/chrome/browser/chromeos/extensions/file_manager/private_api_misc.h
index d6c2eef925af02f0b56fb4fd51da2b62a1ae66f5..7936499d5d6728ae254fc349d4499b0ed0635166 100644
--- a/chrome/browser/chromeos/extensions/file_manager/private_api_misc.h
+++ b/chrome/browser/chromeos/extensions/file_manager/private_api_misc.h
@@ -150,19 +150,6 @@ class FileManagerPrivateGetProfilesFunction
bool RunSync() override;
};
-class FileManagerPrivateVisitDesktopFunction
- : public ChromeSyncExtensionFunction {
- public:
- DECLARE_EXTENSION_FUNCTION("fileManagerPrivate.visitDesktop",
- FILEMANAGERPRIVATE_VISITDESKTOP);
-
- protected:
- ~FileManagerPrivateVisitDesktopFunction() override {}
-
- // AsyncExtensionFunction overrides.
- bool RunSync() override;
-};
-
// Implements the chrome.fileManagerPrivate.openInspector method.
class FileManagerPrivateOpenInspectorFunction
: public ChromeSyncExtensionFunction {
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698