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

Unified Diff: apps/app_window_contents.h

Issue 23847004: "Redirecting URLs to Packaged Apps" implementation: revised (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « no previous file | apps/app_window_contents.cc » ('j') | apps/app_window_contents.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_window_contents.h
diff --git a/apps/app_window_contents.h b/apps/app_window_contents.h
index 80b95de3d6793ed4f67686184e9d431dcddda17a..e538dc61c70b347bc4895a4fb3a10a565e469b1d 100644
--- a/apps/app_window_contents.h
+++ b/apps/app_window_contents.h
@@ -61,6 +61,7 @@ class AppWindowContents : public ShellWindowContents,
void OnRequest(const ExtensionHostMsg_Request_Params& params);
void UpdateDraggableRegions(
const std::vector<extensions::DraggableRegion>& regions);
+ void LaunchAppWithUrl(const GURL& url, const GURL& referrer_url) const;
void SuspendRenderViewHost(content::RenderViewHost* rvh);
ShellWindow* host_; // This class is owned by |host_|
« no previous file with comments | « no previous file | apps/app_window_contents.cc » ('j') | apps/app_window_contents.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698