Chromium Code Reviews| Index: chrome/browser/extensions/api/tabs/tabs.h |
| diff --git a/chrome/browser/extensions/api/tabs/tabs.h b/chrome/browser/extensions/api/tabs/tabs.h |
| index 14276a07d01149cfd1e43f2e22cc7f51f380a487..e4901ed0aecf624d2df4589982455c9164af3262 100644 |
| --- a/chrome/browser/extensions/api/tabs/tabs.h |
| +++ b/chrome/browser/extensions/api/tabs/tabs.h |
| @@ -17,6 +17,7 @@ |
| class BackingStore; |
| class GURL; |
| +class PrefService; |
| class SkBitmap; |
| class TabContents; |
| @@ -165,6 +166,9 @@ class DetectTabLanguageFunction : public AsyncExtensionFunction, |
| }; |
| class CaptureVisibleTabFunction : public AsyncExtensionFunction, |
| public content::NotificationObserver { |
| + public: |
| + static void RegisterUserPrefs(PrefService* service); |
| + |
| protected: |
| enum ImageFormat { |
| FORMAT_JPEG, |