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

Side by Side Diff: chrome/browser/android/tab_android.h

Issue 1361613002: Move all core files in //components/sessions into core/ subdir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/android/tab_state.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_ANDROID_TAB_ANDROID_H_ 5 #ifndef CHROME_BROWSER_ANDROID_TAB_ANDROID_H_
6 #define CHROME_BROWSER_ANDROID_TAB_ANDROID_H_ 6 #define CHROME_BROWSER_ANDROID_TAB_ANDROID_H_
7 7
8 #include <jni.h> 8 #include <jni.h>
9 9
10 #include "base/android/jni_weak_ref.h" 10 #include "base/android/jni_weak_ref.h"
11 #include "base/callback_forward.h" 11 #include "base/callback_forward.h"
12 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "base/strings/string16.h" 13 #include "base/strings/string16.h"
14 #include "chrome/browser/search/instant_service_observer.h" 14 #include "chrome/browser/search/instant_service_observer.h"
15 #include "chrome/browser/sync/glue/synced_tab_delegate_android.h" 15 #include "chrome/browser/sync/glue/synced_tab_delegate_android.h"
16 #include "chrome/browser/ui/search/search_tab_helper_delegate.h" 16 #include "chrome/browser/ui/search/search_tab_helper_delegate.h"
17 #include "chrome/browser/ui/tab_contents/core_tab_helper_delegate.h" 17 #include "chrome/browser/ui/tab_contents/core_tab_helper_delegate.h"
18 #include "components/favicon/core/favicon_driver_observer.h" 18 #include "components/favicon/core/favicon_driver_observer.h"
19 #include "components/infobars/core/infobar_manager.h" 19 #include "components/infobars/core/infobar_manager.h"
20 #include "components/sessions/session_id.h" 20 #include "components/sessions/core/session_id.h"
21 #include "components/toolbar/toolbar_model.h" 21 #include "components/toolbar/toolbar_model.h"
22 #include "content/public/browser/notification_observer.h" 22 #include "content/public/browser/notification_observer.h"
23 #include "content/public/browser/notification_registrar.h" 23 #include "content/public/browser/notification_registrar.h"
24 24
25 class GURL; 25 class GURL;
26 class Profile; 26 class Profile;
27 class SkBitmap; 27 class SkBitmap;
28 28
29 namespace cc { 29 namespace cc {
30 class Layer; 30 class Layer;
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 scoped_ptr<content::WebContents> web_contents_; 260 scoped_ptr<content::WebContents> web_contents_;
261 scoped_ptr<chrome::android::ChromeWebContentsDelegateAndroid> 261 scoped_ptr<chrome::android::ChromeWebContentsDelegateAndroid>
262 web_contents_delegate_; 262 web_contents_delegate_;
263 263
264 scoped_ptr<browser_sync::SyncedTabDelegateAndroid> synced_tab_delegate_; 264 scoped_ptr<browser_sync::SyncedTabDelegateAndroid> synced_tab_delegate_;
265 265
266 DISALLOW_COPY_AND_ASSIGN(TabAndroid); 266 DISALLOW_COPY_AND_ASSIGN(TabAndroid);
267 }; 267 };
268 268
269 #endif // CHROME_BROWSER_ANDROID_TAB_ANDROID_H_ 269 #endif // CHROME_BROWSER_ANDROID_TAB_ANDROID_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/tab_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698