Chromium Code Reviews| Index: chrome/browser/ui/search/instant_tab.h |
| diff --git a/chrome/browser/ui/search/instant_tab.h b/chrome/browser/ui/search/instant_tab.h |
| index 6951c582fc7e2935476bcc96c5d9a260d9f12e40..c20ca0fbc0fb32c806bc265bf54780fa502e5007 100644 |
| --- a/chrome/browser/ui/search/instant_tab.h |
| +++ b/chrome/browser/ui/search/instant_tab.h |
| @@ -13,7 +13,8 @@ |
| // that supports the Instant API. |
| class InstantTab : public InstantPage { |
| public: |
| - explicit InstantTab(InstantPage::Delegate* delegate); |
| + explicit InstantTab(InstantPage::Delegate* delegate, |
|
Jered
2013/06/20 18:55:35
Remove explicit.
|
| + bool off_the_record); |
| virtual ~InstantTab(); |
| // Start observing |contents| for messages. Sends a message to determine if |