Chromium Code Reviews| Index: content/public/test/mock_render_process_host.h |
| diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h |
| index 0499741d2033f3204b4777d6d9797821bfdebbe1..62acb0ef7d68c7ce23db2db9244793fcd0e73a89 100644 |
| --- a/content/public/test/mock_render_process_host.h |
| +++ b/content/public/test/mock_render_process_host.h |
| @@ -12,6 +12,7 @@ |
| #include "ipc/ipc_test_sink.h" |
| class TransportDIB; |
| +class StoragePartition; |
|
Charlie Reis
2012/10/30 17:47:48
nit: Alphabetize
nasko
2012/10/30 19:55:25
Done.
|
| namespace content { |
| @@ -46,6 +47,7 @@ class MockRenderProcessHost : public RenderProcessHost { |
| virtual void WidgetHidden() OVERRIDE; |
| virtual int VisibleWidgetCount() const OVERRIDE; |
| virtual bool IsGuest() const OVERRIDE; |
| + virtual StoragePartition* GetStoragePartition() const OVERRIDE; |
| virtual void AddWord(const string16& word); |
| virtual bool FastShutdownIfPossible() OVERRIDE; |
| virtual bool FastShutdownStarted() const OVERRIDE; |