Index: chrome/browser/browser_about_handler.h |
=================================================================== |
--- chrome/browser/browser_about_handler.h (revision 74394) |
+++ chrome/browser/browser_about_handler.h (working copy) |
@@ -28,7 +28,7 @@ |
// Register the data source for chrome://about URLs. |
// Safe to call multiple times. |
-void InitializeAboutDataSource(); |
+void InitializeAboutDataSource(Profile* profile); |
// We have a few magic commands that don't cause navigations, but rather pop up |
// dialogs. This function handles those cases, and returns true if so. In this |