| Index: athena/main/placeholder.h
|
| diff --git a/athena/main/placeholder.h b/athena/main/placeholder.h
|
| index 760560f169f488ebca90767818a7435ee698a044..37225a64f7c3fd801b884cc25ce6f320826396e5 100644
|
| --- a/athena/main/placeholder.h
|
| +++ b/athena/main/placeholder.h
|
| @@ -5,10 +5,17 @@
|
| #ifndef ATHENA_MAIN_PLACEHOLDER_H_
|
| #define ATHENA_MAIN_PLACEHOLDER_H_
|
|
|
| +namespace content {
|
| +class BrowserContext;
|
| +}
|
| +
|
| // This is to create a dummy windows until we have a real app / web windows.
|
| void CreateTestWindows();
|
|
|
| // Set up a placeholder image to the screen background.
|
| void SetupBackgroundImage();
|
|
|
| +// Creates WebContents with a pre-defined set of windows.
|
| +void CreateTestPages(content::BrowserContext* browser_context);
|
| +
|
| #endif // ATHENA_MAIN_PLACEHOLDER_H_
|
|
|