| Index: content/browser/devtools/protocol/page_handler.h
|
| diff --git a/content/browser/devtools/protocol/page_handler.h b/content/browser/devtools/protocol/page_handler.h
|
| index 7ae59b24e274b13a7bfae2ec2f1d612c63aaac90..067d9587b3299e35f520f33d8ef7309e9a6d0b47 100644
|
| --- a/content/browser/devtools/protocol/page_handler.h
|
| +++ b/content/browser/devtools/protocol/page_handler.h
|
| @@ -49,7 +49,7 @@ class PageHandler : public NotificationObserver {
|
| Response Enable();
|
| Response Disable();
|
|
|
| - Response Reload(const bool* ignoreCache,
|
| + Response Reload(const bool* bypassCache,
|
| const std::string* script_to_evaluate_on_load,
|
| const std::string* script_preprocessor = NULL);
|
|
|
|
|