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

Unified Diff: third_party/android_crazy_linker/src/src/crazy_linker_wrappers.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_wrappers.cpp
diff --git a/third_party/android_crazy_linker/src/src/crazy_linker_wrappers.cpp b/third_party/android_crazy_linker/src/src/crazy_linker_wrappers.cpp
index 4b73969bc9758b9f73dd79dbc75a20a470d6eef3..7f5d7a035dbbd912e6864e7103b85e55ba29cedd 100644
--- a/third_party/android_crazy_linker/src/src/crazy_linker_wrappers.cpp
+++ b/third_party/android_crazy_linker/src/src/crazy_linker_wrappers.cpp
@@ -82,6 +82,7 @@ void* WrapDlopen(const char* path, int mode) {
0U /* file_offset */,
Globals::GetSearchPaths(),
false,
+ false,
&error);
if (wrap)
return wrap;

Powered by Google App Engine
This is Rietveld 408576698