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

Unified Diff: third_party/android_crazy_linker/src/src/crazy_linker_library_list.h

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_library_list.h
diff --git a/third_party/android_crazy_linker/src/src/crazy_linker_library_list.h b/third_party/android_crazy_linker/src/src/crazy_linker_library_list.h
index 0e319fedea650b5e32688ea1b15300eb9ecff804..c788988ec7f642d63136378f153fa62ee7dc10eb 100644
--- a/third_party/android_crazy_linker/src/src/crazy_linker_library_list.h
+++ b/third_party/android_crazy_linker/src/src/crazy_linker_library_list.h
@@ -70,6 +70,7 @@ class LibraryList {
off_t file_offset,
SearchPathList* search_path_list,
bool no_map_exec_support_fallback_enabled,
+ bool is_dependency_or_preload,
Error* error);
// Return the full path of |lib_name| in the zip file
@@ -92,6 +93,7 @@ class LibraryList {
uintptr_t load_address,
SearchPathList* search_path_list,
bool no_map_exec_support_fallback_enabled,
+ bool is_dependency_or_preload,
Error* error);
// Unload a given shared library. This really decrements the library's

Powered by Google App Engine
This is Rietveld 408576698