Index: chrome/browser/search/local_ntp_source.h |
diff --git a/chrome/browser/search/local_ntp_source.h b/chrome/browser/search/local_ntp_source.h |
index 8e1a2eb57bbb3ab27e637a87241bf3b58b4b596a..308eda3d775f5094de724324f001d70ece768cac 100644 |
--- a/chrome/browser/search/local_ntp_source.h |
+++ b/chrome/browser/search/local_ntp_source.h |
@@ -28,6 +28,9 @@ class LocalNtpSource : public content::URLDataSource { |
virtual bool ShouldServiceRequest( |
const net::URLRequest* request) const OVERRIDE; |
+ // Strips any query parameters from the specified path. |
+ std::string StripParameters(const std::string& path) const; |
+ |
DISALLOW_COPY_AND_ASSIGN(LocalNtpSource); |
}; |