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

Unified Diff: chrome/browser/search/local_files_ntp_source.h

Issue 1376243005: Enabling included files when reloading local NTP with --local-ntp-reload. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Including build_config.h as necessary. Created 5 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/search/local_files_ntp_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search/local_files_ntp_source.h
diff --git a/chrome/browser/search/local_files_ntp_source.h b/chrome/browser/search/local_files_ntp_source.h
index aef34a3bdd94d924295a52a4a8094780b9bc891f..adfc934df5541ab95a91623e721e10a9893a4044 100644
--- a/chrome/browser/search/local_files_ntp_source.h
+++ b/chrome/browser/search/local_files_ntp_source.h
@@ -6,8 +6,11 @@
#define CHROME_BROWSER_SEARCH_LOCAL_FILES_NTP_SOURCE_H_
#include <string>
+#include "build/build_config.h"
#include "content/public/browser/url_data_source.h"
+#if !defined(GOOGLE_CHROME_BUILD) && !defined(OS_IOS)
+
namespace local_ntp {
// Sends the content of |path| to |callback|, reading |path| as a local file.
@@ -26,4 +29,5 @@ void SendLocalFileResourceWithOrigin(
} // namespace local_ntp
+#endif // !defined(GOOGLE_CHROME_BUILD) && !defined(OS_IOS)
#endif // CHROME_BROWSER_SEARCH_LOCAL_FILES_NTP_SOURCE_H_
« no previous file with comments | « no previous file | chrome/browser/search/local_files_ntp_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698