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

Unified Diff: chrome/browser/ui/tab_contents/tab_contents_wrapper.h

Issue 7464009: Removal of Profile from content part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: browser_context Created 9 years, 5 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/ui/tab_contents/tab_contents_wrapper.h
diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
index 59245b8b34ce517e60894b027af2dcdedd42c14d..6e2b5f376441bbc993c8761296d0e84a84c48a70 100644
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
@@ -45,6 +45,7 @@ class OmniboxSearchHint;
class PasswordManager;
class PasswordManagerDelegate;
class PluginObserver;
+class Profile;
class RestoreTabHelper;
class SearchEngineTabHelper;
class TabContentsSSLHelper;
@@ -112,7 +113,8 @@ class TabContentsWrapper : public TabContentsObserver,
RenderViewHost* render_view_host() const {
return tab_contents()->render_view_host();
}
- Profile* profile() const { return tab_contents()->profile(); }
+
+ Profile* profile() const;
// Tab Helpers ---------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698