Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8801)

Unified Diff: athena/main/placeholder.h

Issue 302683002: athena: Add the concept of Activity and related managers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698