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

Unified Diff: trunk/src/apps/launcher.cc

Issue 23600025: Revert 222235 ""Redirecting URLs to Packaged Apps" implementatio..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/apps/launcher.h ('k') | trunk/src/chrome/browser/apps/app_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/apps/launcher.cc
===================================================================
--- trunk/src/apps/launcher.cc (revision 222256)
+++ trunk/src/apps/launcher.cc (working copy)
@@ -31,7 +31,6 @@
#include "content/public/browser/web_contents.h"
#include "net/base/mime_util.h"
#include "net/base/net_util.h"
-#include "url/gurl.h"
#if defined(OS_CHROMEOS)
#include "chrome/browser/chromeos/drive/file_errors.h"
@@ -387,13 +386,4 @@
LaunchPlatformAppWithNoData(profile, extension);
}
-void LaunchPlatformAppWithUrl(Profile* profile,
- const Extension* extension,
- const std::string& handler_id,
- const GURL& url,
- const GURL& referrer_url) {
- extensions::AppEventRouter::DispatchOnLaunchedEventWithUrl(
- profile, extension, handler_id, url, referrer_url);
-}
-
} // namespace apps
« no previous file with comments | « trunk/src/apps/launcher.h ('k') | trunk/src/chrome/browser/apps/app_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698