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

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

Issue 10831048: Record navigations by URL scheme. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove PowerSaveBlocker Created 8 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.h
diff --git a/chrome/browser/ui/tab_contents/tab_contents.h b/chrome/browser/ui/tab_contents/tab_contents.h
index 70138d833e5ccd919b5d2f09d756a73dacc6ed6e..cef096252c4e45fcd652180278291a5a0488b73e 100644
--- a/chrome/browser/ui/tab_contents/tab_contents.h
+++ b/chrome/browser/ui/tab_contents/tab_contents.h
@@ -28,6 +28,7 @@ class HistoryTabHelper;
class HungPluginTabHelper;
class InfoBarTabHelper;
class MetroPinTabHelper;
+class NavigationMetricsRecorder;
class OmniboxSearchHint;
class PasswordManager;
class PasswordManagerDelegate;
@@ -317,6 +318,7 @@ class TabContents : public content::WebContentsObserver {
scoped_ptr<AlternateErrorPageTabObserver> alternate_error_page_tab_observer_;
scoped_ptr<extensions::WebNavigationTabObserver> webnavigation_observer_;
scoped_ptr<ExternalProtocolObserver> external_protocol_observer_;
+ scoped_ptr<NavigationMetricsRecorder> navigation_metrics_recorder_;
scoped_ptr<OmniboxSearchHint> omnibox_search_hint_;
#if defined(ENABLE_ONE_CLICK_SIGNIN)
scoped_ptr<OneClickSigninHelper> one_click_signin_helper_;
« no previous file with comments | « chrome/browser/tab_contents/navigation_metrics_recorder.cc ('k') | chrome/browser/ui/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698