| Index: chrome/browser/ui/browser_instant_controller.cc
|
| diff --git a/chrome/browser/ui/browser_instant_controller.cc b/chrome/browser/ui/browser_instant_controller.cc
|
| index 9b8204994fd1436220b588d895528755bbde7b95..81715702acab1391e16a1029b9126be05c82391e 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.cc
|
| +++ b/chrome/browser/ui/browser_instant_controller.cc
|
| @@ -154,6 +154,10 @@ void BrowserInstantController::UpdateThemeInfoForPreview() {
|
| OnThemeChanged(NULL);
|
| }
|
|
|
| +void BrowserInstantController::SetMarginSize(int start, int end) {
|
| + instant_.SetMarginSize(start, end);
|
| +}
|
| +
|
| void BrowserInstantController::ResetInstant() {
|
| instant_.SetInstantEnabled(IsInstantEnabled(browser_->profile()));
|
| }
|
|
|