X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fsearch%2Finstant_service_observer.h;h=248b689471892141264d66900df6d18f01f3557f;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=7d88b1acd2b41420b9a7a4ea3fd4f32c542994da;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/search/instant_service_observer.h b/src/chrome/browser/search/instant_service_observer.h index 7d88b1a..248b689 100644 --- a/src/chrome/browser/search/instant_service_observer.h +++ b/src/chrome/browser/search/instant_service_observer.h @@ -28,6 +28,9 @@ class InstantServiceObserver { // the page, and the actual change is triggered after the user accepts. virtual void GoogleURLUpdated(); + // Indicates that the omnibox start margin has changed. + virtual void OmniboxStartMarginChanged(int omnibox_start_margin); + protected: virtual ~InstantServiceObserver() {} };