| Index: chrome/browser/ui/views/tabs/tab_strip_controller.h
|
| diff --git a/chrome/browser/ui/views/tabs/tab_strip_controller.h b/chrome/browser/ui/views/tabs/tab_strip_controller.h
|
| index afe7a23a3b727b888a6388d86370b6fe214b3cff..95940f1114a8d335a48ace5705a4fd3c14327b5c 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_strip_controller.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_strip_controller.h
|
| @@ -112,6 +112,10 @@ class TabStripController {
|
| // This is also called when the tabs that the user is dragging were detached
|
| // from this tabstrip but the user is still dragging the tabs.
|
| virtual void OnStoppedDraggingTabs() = 0;
|
| +
|
| + // Determines if the file type of the URL is supported. Should invoke
|
| + // TabStrip::FileSupported to report the result.
|
| + virtual void CheckFileSupported(const GURL& url) = 0;
|
| };
|
|
|
| #endif // CHROME_BROWSER_UI_VIEWS_TABS_TAB_STRIP_CONTROLLER_H_
|
|
|