Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / search / instant_service_observer.h
index 7d88b1a..248b689 100644 (file)
@@ -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() {}
 };