Index: trunk/src/chrome/browser/extensions/state_store.cc |
=================================================================== |
--- trunk/src/chrome/browser/extensions/state_store.cc (revision 255654) |
+++ trunk/src/chrome/browser/extensions/state_store.cc (working copy) |
@@ -39,9 +39,6 @@ |
// Marks us ready, and invokes all pending tasks. |
void SetReady(); |
- // Return whether or not the DelayedTaskQueue is |ready_|. |
- bool ready() const { return ready_; } |
- |
private: |
bool ready_; |
std::vector<base::Closure> pending_tasks_; |
@@ -127,8 +124,6 @@ |
GetFullKey(extension_id, key))); |
} |
-bool StateStore::IsInitialized() const { return task_queue_->ready(); } |
- |
void StateStore::Observe(int type, |
const content::NotificationSource& source, |
const content::NotificationDetails& details) { |