| Index: chrome/browser/dom_ui/new_tab_ui.h
|
| diff --git a/chrome/browser/dom_ui/new_tab_ui.h b/chrome/browser/dom_ui/new_tab_ui.h
|
| index e513dc29d75bffe5a9cc1124e01e1d71b4f2a31f..ae8105c72ac88cfd2c7b87e16644a629a39c82ce 100644
|
| --- a/chrome/browser/dom_ui/new_tab_ui.h
|
| +++ b/chrome/browser/dom_ui/new_tab_ui.h
|
| @@ -71,6 +71,8 @@ class NewTabUI : public WebUI,
|
|
|
| virtual std::string GetMimeType(const std::string&) const;
|
|
|
| + virtual bool ShouldReplaceExistingSource() const;
|
| +
|
| // Setters and getters for first_run.
|
| static void set_first_run(bool first_run) { first_run_ = first_run; }
|
| static bool first_run() { return first_run_; }
|
|
|