| Index: content/shell/browser/shell.h
|
| diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
|
| index 8125262f9a918cedfd132bea375a14ea0831ef66..48200dfaab40eee6deae16fd2e8811cf7b2efa9e 100644
|
| --- a/content/shell/browser/shell.h
|
| +++ b/content/shell/browser/shell.h
|
| @@ -57,6 +57,9 @@ class Shell : public WebContentsDelegate,
|
|
|
| void LoadURL(const GURL& url);
|
| void LoadURLForFrame(const GURL& url, const std::string& frame_name);
|
| + void LoadDataWithBaseURL(const GURL& url,
|
| + const std::string& data,
|
| + const GURL& base_url);
|
| void GoBackOrForward(int offset);
|
| void Reload();
|
| void Stop();
|
|
|