Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeshkova committed Dec 12, 2014
1 parent 6acecfe commit 23365da
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 1,367 deletions.
8 changes: 0 additions & 8 deletions embedding/embedlite/embedprocess/EmbedLiteAppProcessChild.cpp
Expand Up @@ -160,14 +160,6 @@ EmbedLiteAppProcessChild::InitAppService()
return NS_OK;
}

EmbedLiteAppService*
EmbedLiteAppProcessChild::AppService()
{
nsCOMPtr<nsIEmbedAppService> service =
do_GetService("@mozilla.org/embedlite-app-service;1");
return static_cast<EmbedLiteAppService*>(service.get());
}

void
EmbedLiteAppProcessChild::InitWindowWatcher()
{
Expand Down
2 changes: 0 additions & 2 deletions embedding/embedlite/embedprocess/EmbedLiteAppProcessChild.h
Expand Up @@ -46,8 +46,6 @@ class EmbedLiteAppProcessChild : public PEmbedLiteAppChild,
return mAppInfo;
}

EmbedLiteAppService* AppService();

/*--------------------------------*/
virtual EmbedLiteViewChildIface* GetViewByID(uint32_t aId);
virtual EmbedLiteViewChildIface* GetViewByChromeParent(nsIWebBrowserChrome* aParent);
Expand Down

0 comments on commit 23365da

Please sign in to comment.