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

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

Issue 2510803003: Pass RapporService to content/browser/ (Closed)
Patch Set: Add a test for the current url API Created 4 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | content/browser/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 6cdff54b676fd12f703c9128fc8f9c640a2aca19..034601a862e2b90064e4d3037583dd8bc51c7230 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -234,6 +234,8 @@ class Browser : public TabStripModelObserver,
return is_session_restore_;
}
+ ::rappor::RapporService* getRapporService() override;
Charlie Reis 2016/11/16 23:55:21 Is there a reason this is listed in the "Construct
Navid Zolghadr 2016/12/01 18:27:15 I removed the changes to this file as per Nick's s
+
// Accessors ////////////////////////////////////////////////////////////////
Type type() const { return type_; }
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | content/browser/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698