forked from BrowserWorks/Waterfox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1487333 - Remove nsIExternalSharingAppService. r=jchen
It's unused. The patch also renames nsIExternalSharingAppService.idl as nsISharingHandlerApp.idl, because the only thing left in the file is the declaration of nsISharingHandlerApp. --HG-- rename : uriloader/exthandler/nsIExternalSharingAppService.idl => uriloader/exthandler/nsISharingHandlerApp.idl extra : rebase_source : c1375d75f3c824c9fadd4164201a7e78c7227020
- Loading branch information
1 parent
abb07f8
commit 796d9f8
Showing
8 changed files
with
14 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 0 additions & 61 deletions
61
uriloader/exthandler/android/nsExternalSharingAppService.cpp
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
uriloader/exthandler/android/nsExternalSharingAppService.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
|
||
#include "nsIMIMEInfo.idl" | ||
|
||
[scriptable, uuid(7111f769-53ec-41fd-b314-613661d5b6ba)] | ||
interface nsISharingHandlerApp : nsIHandlerApp | ||
{ | ||
void share(in AString data, [optional] in AString title); | ||
}; | ||
|
This file was deleted.
Oops, something went wrong.