| Index: chrome/browser/device_orientation/data_fetcher.h
|
| diff --git a/chrome/browser/device_orientation/data_fetcher.h b/chrome/browser/device_orientation/data_fetcher.h
|
| index 1a599b7809600f9c8676076712b6eb0deabc325a..2b57fa91bdd4bf23c6fc50997d0bd3082ad4245c 100644
|
| --- a/chrome/browser/device_orientation/data_fetcher.h
|
| +++ b/chrome/browser/device_orientation/data_fetcher.h
|
| @@ -13,7 +13,6 @@ class DataFetcher {
|
| public:
|
| virtual ~DataFetcher() {}
|
| virtual bool GetOrientation(Orientation*) = 0;
|
| - virtual int MinSamplingIntervalMs() const { return 0; }
|
| };
|
|
|
| } // namespace device_orientation
|
|
|