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

Unified Diff: chrome/renderer/about_handler.h

Issue 2814012: Split part of about_handler into chrome/common to break the browser-renderer ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: with unit test Created 10 years, 6 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 | « chrome/common/about_handler.cc ('k') | chrome/renderer/about_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/about_handler.h
===================================================================
--- chrome/renderer/about_handler.h (revision 50056)
+++ chrome/renderer/about_handler.h (working copy)
@@ -20,10 +20,6 @@
// 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 @@
// 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();
« no previous file with comments | « chrome/common/about_handler.cc ('k') | chrome/renderer/about_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698