Index: components/security_interstitials/core/controller_client.h |
diff --git a/components/security_interstitials/core/controller_client.h b/components/security_interstitials/core/controller_client.h |
index 8acbf35458d2165ac36d1044e76b0cb1bc7dd179..6ae08914c8787fe4b61e76f44be44fdcda7f29c8 100644 |
--- a/components/security_interstitials/core/controller_client.h |
+++ b/components/security_interstitials/core/controller_client.h |
@@ -89,8 +89,9 @@ class ControllerClient { |
virtual PrefService* GetPrefService() = 0; |
- protected: |
virtual const std::string& GetApplicationLocale() = 0; |
meacer
2016/12/27 23:22:34
nit: const method
Jialiu Lin
2016/12/28 18:30:00
Done.
|
+ |
+ protected: |
virtual const std::string GetExtendedReportingPrefName() = 0; |
meacer
2016/12/27 23:22:34
const method
Jialiu Lin
2016/12/28 18:30:00
Done.
|
private: |