Index: chrome/browser/browser.h |
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h |
index 3e52a59389d4f292030bda0f47366582e2c30608..4fac9871b064d172ff1f322c329d61e7bbbffc59 100644 |
--- a/chrome/browser/browser.h |
+++ b/chrome/browser/browser.h |
@@ -704,10 +704,6 @@ class Browser : public TabStripModelDelegate, |
// after a return to the message loop. |
void CloseFrame(); |
- // Compute a deterministic name based on the URL. We use this pseudo name |
- // as a key to store window location per application URLs. |
- static std::wstring ComputeApplicationNameFromURL(const GURL& url); |
- |
FRIEND_TEST(BrowserTest, NoTabsInPopups); |
// Create a preference dictionary for the provided application name. This is |