Index: chrome/browser/ui/browser_commands.h |
diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h |
index 5f9f7cd4e8c5b426f732000453eb10f499445d07..214792e26ebbe4e0f9eb070e8f713aec5d545458 100644 |
--- a/chrome/browser/ui/browser_commands.h |
+++ b/chrome/browser/ui/browser_commands.h |
@@ -109,9 +109,9 @@ void ShowWebsiteSettings(Browser* browser, |
const GURL& url, |
const content::SSLStatus& ssl); |
void Print(Browser* browser); |
-bool CanPrint(Browser* browser); |
+bool CanPrint(const Browser* browser); |
void AdvancedPrint(Browser* browser); |
-bool CanAdvancedPrint(Browser* browser); |
+bool CanAdvancedPrint(const Browser* browser); |
void PrintToDestination(Browser* browser); |
void EmailPageLocation(Browser* browser); |
bool CanEmailPageLocation(const Browser* browser); |