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_; } |