Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index e8d5176d8426b8ef41c1c6e0485cc2bbedb2360d..e5042343963c218a1a9cbff87e8e1a0db0d2463e 100644 |
--- a/chrome/browser/chrome_browser_main.cc |
+++ b/chrome/browser/chrome_browser_main.cc |
@@ -468,9 +468,11 @@ bool HasImportSwitch(const CommandLine& command_line) { |
command_line.HasSwitch(switches::kImportFromFile)); |
} |
+#if defined(ENABLE_RLZ) |
bool IsGoogleUrl(const GURL& url) { |
return google_util::IsGoogleHomePageUrl(url.possibly_invalid_spec()); |
} |
+#endif |
} // namespace |