diff options
Diffstat (limited to 'chrome/browser/background_contents_service.h')
-rw-r--r-- | chrome/browser/background_contents_service.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/browser/background_contents_service.h b/chrome/browser/background_contents_service.h index 55bc365..1723ae7 100644 --- a/chrome/browser/background_contents_service.h +++ b/chrome/browser/background_contents_service.h @@ -18,7 +18,6 @@ #include "webkit/glue/window_open_disposition.h" class CommandLine; -class DictionaryValue; class PrefService; class Profile; class TabContents; @@ -75,11 +74,6 @@ class BackgroundContentsService : private NotificationObserver, const string16& frame_name, const string16& application_id); - // Load the registered BackgroundContents for the specified extension. This - // is typically used to reload a crashed background page. - void LoadBackgroundContentsForExtension(Profile* profile, - const std::string& extension_id); - private: friend class BackgroundContentsServiceTest; friend class MockBackgroundContents; @@ -104,12 +98,6 @@ class BackgroundContentsService : private NotificationObserver, // Loads all registered BackgroundContents at startup. void LoadBackgroundContentsFromPrefs(Profile* profile); - // Load a BackgroundContent; the settings are read from the provided - // dictionary. - void LoadBackgroundContentsFromDictionary(Profile* profile, - const std::string& extension_id, - const DictionaryValue* contents); - // Creates a single BackgroundContents associated with the specified |appid|, // creates an associated RenderView with the name specified by |frame_name|, // and navigates to the passed |url|. |