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

Unified Diff: chrome/renderer/navigation_state.h

Issue 6099013: Fix race condition where chrome.tabs.executeScript sometimes wouldn't (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile Created 9 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
« no previous file with comments | « no previous file | chrome/renderer/navigation_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/navigation_state.h
diff --git a/chrome/renderer/navigation_state.h b/chrome/renderer/navigation_state.h
index ab34b123b08d2a8b967c82d4ae799b894fd0b62d..a25d4cbaf37e23427c3160d8c8babd343d3387e6 100644
--- a/chrome/renderer/navigation_state.h
+++ b/chrome/renderer/navigation_state.h
@@ -66,6 +66,7 @@ class NavigationState : public WebKit::WebDataSource::ExtraData {
return user_script_idle_scheduler_.get();
}
void set_user_script_idle_scheduler(UserScriptIdleScheduler* scheduler);
+ void swap_user_script_idle_scheduler(NavigationState* state);
// Contains the page_id for this navigation or -1 if there is none yet.
int32 pending_page_id() const { return pending_page_id_; }
« no previous file with comments | « no previous file | chrome/renderer/navigation_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698