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

Side by Side Diff: chrome/browser/sync/glue/synced_tab_delegate.h

Issue 480883002: Move session_id.{cc,h} from chrome/browser/sessions to components/sessions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_SYNC_GLUE_SYNCED_TAB_DELEGATE_H__ 5 #ifndef CHROME_BROWSER_SYNC_GLUE_SYNCED_TAB_DELEGATE_H__
6 #define CHROME_BROWSER_SYNC_GLUE_SYNCED_TAB_DELEGATE_H__ 6 #define CHROME_BROWSER_SYNC_GLUE_SYNCED_TAB_DELEGATE_H__
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "chrome/browser/sessions/session_id.h" 11 #include "components/sessions/session_id.h"
12 12
13 class Profile; 13 class Profile;
14 14
15 namespace content { 15 namespace content {
16 class NavigationEntry; 16 class NavigationEntry;
17 class WebContents; 17 class WebContents;
18 } 18 }
19 19
20 namespace browser_sync { 20 namespace browser_sync {
21 21
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 virtual int GetSyncId() const = 0; 59 virtual int GetSyncId() const = 0;
60 virtual void SetSyncId(int sync_id) = 0; 60 virtual void SetSyncId(int sync_id) = 0;
61 // Returns the SyncedTabDelegate associated with WebContents. 61 // Returns the SyncedTabDelegate associated with WebContents.
62 static SyncedTabDelegate* ImplFromWebContents( 62 static SyncedTabDelegate* ImplFromWebContents(
63 content::WebContents* web_contents); 63 content::WebContents* web_contents);
64 }; 64 };
65 65
66 } // namespace browser_sync 66 } // namespace browser_sync
67 67
68 #endif // CHROME_BROWSER_SYNC_GLUE_SYNCED_TAB_DELEGATE_H__ 68 #endif // CHROME_BROWSER_SYNC_GLUE_SYNCED_TAB_DELEGATE_H__
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/synced_session_tracker.h ('k') | chrome/browser/sync/glue/synced_window_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698