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

Unified Diff: chrome/browser/extensions/extension_webnavigation_api.h

Issue 9068001: Merge 114806 - Include the information whether the tab is already in a tab strip with the retarge... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/963/src/
Patch Set: Created 8 years, 12 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/extensions/extension_webnavigation_api.h
===================================================================
--- chrome/browser/extensions/extension_webnavigation_api.h (revision 116088)
+++ chrome/browser/extensions/extension_webnavigation_api.h (working copy)
@@ -21,9 +21,7 @@
#include "content/public/browser/notification_registrar.h"
#include "googleurl/src/gurl.h"
-namespace content {
struct RetargetingDetails;
-}
class TabContents;
// Tracks the navigation state of all frames in a given tab currently known to
@@ -208,7 +206,7 @@
// Handler for the NOTIFICATION_RETARGETING event. The method takes the
// details of such an event and stores them for the later
// NOTIFICATION_TAB_ADDED event.
- void Retargeting(const content::RetargetingDetails* details);
+ void Retargeting(const RetargetingDetails* details);
// Handler for the NOTIFICATION_TAB_ADDED event. The method takes the details
// of such an event and creates a JSON formated extension event from it.
« no previous file with comments | « chrome/browser/extensions/extension_tab_id_map.cc ('k') | chrome/browser/extensions/extension_webnavigation_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698