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

Unified Diff: pdf/out_of_process_instance.cc

Issue 840493002: Introduce new test for bookmark loading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bookmarks-minimal
Patch Set: Use ScriptingAPI to wait for bookmarks Created 5 years, 11 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: pdf/out_of_process_instance.cc
diff --git a/pdf/out_of_process_instance.cc b/pdf/out_of_process_instance.cc
index 9e748d2061f65dbcd720ba51994c2f61910a750a..64c52d2379ef5371521c21cbf731aaf4c6dddeab 100644
--- a/pdf/out_of_process_instance.cc
+++ b/pdf/out_of_process_instance.cc
@@ -1093,6 +1093,7 @@ void OutOfProcessInstance::SearchString(const base::char16* string,
void OutOfProcessInstance::DocumentPaintOccurred() {
}
+// TODO(alexandrec): PostMessage the bookmark data from here (to the js).
raymes 2015/01/15 05:40:19 nit do we want this?
Alexandre Carlton 2015/01/16 02:39:08 Removed.
void OutOfProcessInstance::DocumentLoadComplete(int page_count) {
// Clear focus state for OSK.
FormTextFieldFocusChange(false);
« chrome/test/data/pdf/bookmarks_test.js ('K') | « chrome/test/data/pdf/test-bookmarks.pdf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698