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

Unified Diff: chrome/browser/browser_about_handler.h

Issue 923183003: Move URL fixup to a preliminary phase that doesn't affect virtual URLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to BrowserURLHandler Created 5 years, 10 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 | chrome/browser/browser_about_handler.cc » ('j') | chrome/browser/browser_about_handler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_about_handler.h
diff --git a/chrome/browser/browser_about_handler.h b/chrome/browser/browser_about_handler.h
index 93b1a205f010a3f7022b94b0953f456a4407abca..7cc3785dc8b1ae26260f64b405cbda9f3320fd6b 100644
--- a/chrome/browser/browser_about_handler.h
+++ b/chrome/browser/browser_about_handler.h
@@ -11,6 +11,10 @@ namespace content {
class BrowserContext;
}
+// A preliminary URLHandler that performs cleanup on the URL before it is
+// rewritten. Changes that happen here will not lead to a virtual URL.
+bool FixupBrowserAboutURL(GURL* url, content::BrowserContext* browser_context);
msw 2015/02/18 22:01:23 Looking through all the URLHandler code, I don't s
Charlie Reis 2015/02/18 22:16:17 Sadly, HandleNewTabURLRewrite and HandleNewTabURLR
+
// Returns true if the given URL will be handled by the browser about handler.
// Nowadays, these go through the webui, so the return is always false.
// Either way, |url| will be processed by url_fixer::FixupURL, which
« no previous file with comments | « no previous file | chrome/browser/browser_about_handler.cc » ('j') | chrome/browser/browser_about_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698