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

Side by Side Diff: chrome/browser/tab_contents/retargeting_details.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, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_TAB_CONTENTS_RETARGETING_DETAILS_H_ 5 #ifndef CHROME_BROWSER_TAB_CONTENTS_RETARGETING_DETAILS_H_
6 #define CHROME_BROWSER_TAB_CONTENTS_RETARGETING_DETAILS_H_ 6 #define CHROME_BROWSER_TAB_CONTENTS_RETARGETING_DETAILS_H_
7 #pragma once 7 #pragma once
8 8
9 #include "googleurl/src/gurl.h" 9 #include "googleurl/src/gurl.h"
10 10
(...skipping 11 matching lines...) Expand all
22 GURL target_url; 22 GURL target_url;
23 23
24 // The target tab contents. 24 // The target tab contents.
25 TabContents* target_tab_contents; 25 TabContents* target_tab_contents;
26 26
27 // True if the target_tab_contents is not yet inserted into a tab strip. 27 // True if the target_tab_contents is not yet inserted into a tab strip.
28 bool not_yet_in_tabstrip; 28 bool not_yet_in_tabstrip;
29 }; 29 };
30 30
31 #endif // CHROME_BROWSER_TAB_CONTENTS_RETARGETING_DETAILS_H_ 31 #endif // CHROME_BROWSER_TAB_CONTENTS_RETARGETING_DETAILS_H_
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/render_view_host_delegate_helper.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698