summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/about_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/about_handler.h')
-rw-r--r--chrome/renderer/about_handler.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/renderer/about_handler.h b/chrome/renderer/about_handler.h
index 3c811b3..270b4b1 100644
--- a/chrome/renderer/about_handler.h
+++ b/chrome/renderer/about_handler.h
@@ -20,10 +20,6 @@ class AboutHandler {
// true if the URL was handled.
static bool MaybeHandle(const GURL& url);
- // Returns true if the URL is one that this AboutHandler will handle when
- // MaybeHandle is called.
- static bool WillHandle(const GURL& url);
-
// Induces a renderer crash.
static void AboutCrash();
@@ -33,6 +29,9 @@ class AboutHandler {
// Induces a brief (20 second) hang to make sure hang monitors go away.
static void AboutShortHang();
+ // Returns the size of |about_urls_handlers|. Used for testing only.
+ static size_t AboutURLHandlerSize();
+
private:
AboutHandler();
~AboutHandler();