Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1071)

Unified Diff: chrome/browser/prerender/prerender_contents.h

Issue 6874038: Remove the last Chrome dependencies from renderer, and enforce no more includes through DEPS. I ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/prerender/prerender_contents.h
===================================================================
--- chrome/browser/prerender/prerender_contents.h (revision 81920)
+++ chrome/browser/prerender/prerender_contents.h (working copy)
@@ -15,7 +15,6 @@
#include "chrome/browser/tab_contents/render_view_host_delegate_helper.h"
#include "chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h"
#include "chrome/common/icon_messages.h"
-#include "chrome/common/prerender_constants.h"
#include "chrome/common/view_types.h"
#include "content/browser/renderer_host/render_view_host_delegate.h"
#include "content/common/notification_registrar.h"
@@ -208,11 +207,9 @@
void OnDidStartProvisionalLoadForFrame(int64 frame_id,
bool main_frame,
const GURL& url);
-
void OnUpdateFaviconURL(int32 page_id, const std::vector<FaviconURL>& urls);
+ void OnMaybeCancelPrerenderForHTML5Media();
- void OnMaybeCancelPrerender(PrerenderCancellationReason reason);
-
// Adds an alias URL, for one of the many redirections. Returns whether
// the URL is valid.
bool AddAliasURL(const GURL& url);

Powered by Google App Engine
This is Rietveld 408576698