mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add CefBrowser::ReloadIgnoreCache() method and MENU_ID_NAV_RELOAD_NOCACHE menu support. (issue #118).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@107 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -103,7 +103,7 @@ class BrowserNavigationController {
|
||||
void Reset();
|
||||
|
||||
// Causes the controller to reload the current (or pending) entry.
|
||||
void Reload();
|
||||
void Reload(bool ignoreCache);
|
||||
|
||||
// Causes the controller to go to the specified offset from current. Does
|
||||
// nothing if out of bounds.
|
||||
@@ -176,7 +176,7 @@ class BrowserNavigationController {
|
||||
void InsertEntry(BrowserNavigationEntry* entry);
|
||||
|
||||
int GetMaxPageID() const { return max_page_id_; }
|
||||
void NavigateToPendingEntry(bool reload);
|
||||
void NavigateToPendingEntry(bool reload, bool ignoreCache);
|
||||
|
||||
// Return the index of the entry with the corresponding type and page_id,
|
||||
// or -1 if not found.
|
||||
|
Reference in New Issue
Block a user