Index: content/browser/site_per_process_browsertest.h |
diff --git a/content/browser/site_per_process_browsertest.h b/content/browser/site_per_process_browsertest.h |
index 19dfc01c598e1eee13bafd688968c930835f25e1..2b1ae8c0290a79a8e6974283a681b6a6d098c5ce 100644 |
--- a/content/browser/site_per_process_browsertest.h |
+++ b/content/browser/site_per_process_browsertest.h |
@@ -19,10 +19,6 @@ class SitePerProcessBrowserTest : public ContentBrowserTest { |
// TODO(creis): This won't be necessary when we can wait for LOAD_STOP. |
void StartFrameAtDataURL(); |
- bool NavigateIframeToURL(Shell* window, |
- const GURL& url, |
- std::string iframe_id); |
- |
void SetUpCommandLine(base::CommandLine* command_line) override; |
void SetUpOnMainThread() override; |
}; |