| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index 44bace909f42b7733895f321970c88a94a52aa2e..dc231c9baddb1dbe2b47edcbcea96a7b56aa8d9d 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -170,6 +170,11 @@ public:
|
| // If the provided node is an image, reload the image bypassing the cache.
|
| virtual void reloadImage(const WebNode&) = 0;
|
|
|
| + // Feature usage logging --------------------------------------------------
|
| +
|
| + virtual void didCallAddSearchProvider() = 0;
|
| + virtual void didCallIsSearchProviderInstalled() = 0;
|
| +
|
| // Testing ----------------------------------------------------------------
|
|
|
| // Registers a test interface factory. Takes ownership of the factory.
|
|
|