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

Unified Diff: third_party/android_crazy_linker/src/src/crazy_linker_api.cpp

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 8 months 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
Index: third_party/android_crazy_linker/src/src/crazy_linker_api.cpp
diff --git a/third_party/android_crazy_linker/src/src/crazy_linker_api.cpp b/third_party/android_crazy_linker/src/src/crazy_linker_api.cpp
index 3a191b75cedfeca8bc81b49e64e79d9f0efc9df5..1f073566e441c510af95511432dba3f1983c7297 100644
--- a/third_party/android_crazy_linker/src/src/crazy_linker_api.cpp
+++ b/third_party/android_crazy_linker/src/src/crazy_linker_api.cpp
@@ -220,6 +220,7 @@ crazy_status_t crazy_library_open(crazy_library_t** library,
context->file_offset,
&context->search_paths,
false,
+ false,
&context->error);
if (!wrap)
@@ -253,6 +254,7 @@ crazy_status_t crazy_library_open_in_zip_file(crazy_library_t** library,
context->load_address,
&context->search_paths,
context->no_map_exec_support_fallback_enabled,
+ false,
&context->error);
if (!wrap)
« no previous file with comments | « third_party/android_crazy_linker/README.chromium ('k') | third_party/android_crazy_linker/src/src/crazy_linker_globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698