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

Unified Diff: content/public/browser/navigation_controller.h

Issue 22944002: Implementation of the "Redirect URLs to Packaged Apps" feature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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
Index: content/public/browser/navigation_controller.h
diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h
index 1cb18eca2536b875215b29516c4879db986574f7..e051b81419748331466f103cee7e901f164a9c89 100644
--- a/content/public/browser/navigation_controller.h
+++ b/content/public/browser/navigation_controller.h
@@ -395,6 +395,11 @@ class NavigationController {
// controller. Useful to reduce memory consumption in low-memory situations.
virtual void ClearAllScreenshots() = 0;
+// // Add/remove an optional additional URL handler. This class doesn't assume
+// // the ownership of a handler, so the caller should take care of it.
+// virtual void RegisterURLHandler(Delegate* url_handler) OVERRIDE;
+// virtual void UnregisterURLHandler(Delegate* url_handler) OVERRIDE;
+
private:
// This interface should only be implemented inside content.
friend class NavigationControllerImpl;

Powered by Google App Engine
This is Rietveld 408576698