| Index: content/browser/android/system_ui_resource_manager_impl.h
|
| diff --git a/content/browser/android/system_ui_resource_manager_impl.h b/content/browser/android/system_ui_resource_manager_impl.h
|
| index c5792a19f7180c50d971e08635f6beab125e78f3..277f9f0956831be7ea9140d85cdb426d4362a392 100644
|
| --- a/content/browser/android/system_ui_resource_manager_impl.h
|
| +++ b/content/browser/android/system_ui_resource_manager_impl.h
|
| @@ -39,7 +39,6 @@ class CONTENT_EXPORT SystemUIResourceManagerImpl
|
| virtual void BuildResource(ResourceType type);
|
|
|
| Entry* GetEntry(ResourceType type);
|
| - static void LoadBitmap(ResourceType, SkBitmap* bitmap_holder);
|
| void OnFinishedLoadBitmap(ResourceType, SkBitmap* bitmap_holder);
|
|
|
| scoped_ptr<Entry> resource_map_[RESOURCE_TYPE_LAST + 1];
|
|
|