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

Unified Diff: content/public/common/content_client.h

Issue 10827107: Allow transitions to WebUI pages which are extension urls (new tab page is the relevant example). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/common/content_client.h
===================================================================
--- content/public/common/content_client.h (revision 149239)
+++ content/public/common/content_client.h (working copy)
@@ -80,6 +80,9 @@
ContentRendererClient* renderer() { return renderer_; }
ContentUtilityClient* utility() { return utility_; }
+ virtual void CustomStreamReset() {}
+ virtual void CustomStreamAddURL(const GURL& url, bool top_level_resource) {}
Charlie Reis 2012/08/02 18:39:26 What are these for?
Cris Neckar 2012/08/02 19:08:26 A totally different change... oops
+
// Sets the currently active URL. Use GURL() to clear the URL.
virtual void SetActiveURL(const GURL& url) {}

Powered by Google App Engine
This is Rietveld 408576698