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

Unified Diff: chrome/browser/apps/app_browsertest_util.h

Issue 2297633002: Add chrome.app.window API tests for items shown in shelf Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pin and Restore Unit Test Created 4 years 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
« no previous file with comments | « no previous file | chrome/browser/apps/app_browsertest_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/app_browsertest_util.h
diff --git a/chrome/browser/apps/app_browsertest_util.h b/chrome/browser/apps/app_browsertest_util.h
index 2e129b0b01c39e261147bf303777c81d3d59f3e8..94c8bc6775ed009482685b73c0cb3a8b698a98fb 100644
--- a/chrome/browser/apps/app_browsertest_util.h
+++ b/chrome/browser/apps/app_browsertest_util.h
@@ -124,6 +124,9 @@ class PlatformAppBrowserTest : public ExtensionApiTest {
// chrome.app.window.create() in the test app.
AppWindow* CreateTestAppWindow(const std::string& window_create_options);
+ // Get the extension icon image for the app window.
+ const gfx::ImageSkia& GetAppIconImage(AppWindow* app_window);
+
private:
#if defined(OS_CHROMEOS)
media_router::MockMediaRouter media_router_;
« no previous file with comments | « no previous file | chrome/browser/apps/app_browsertest_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698