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

Unified Diff: chrome/browser/ui/panels/base_panel_browser_test.h

Issue 10987037: Add tests for panel app icon functionaility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch Created 8 years, 3 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: chrome/browser/ui/panels/base_panel_browser_test.h
diff --git a/chrome/browser/ui/panels/base_panel_browser_test.h b/chrome/browser/ui/panels/base_panel_browser_test.h
index c211d423b23511653c3d68efefa1dae0ccf7e6cb..668e2180b985d44e0961d2fa87602b131828880d 100644
--- a/chrome/browser/ui/panels/base_panel_browser_test.h
+++ b/chrome/browser/ui/panels/base_panel_browser_test.h
@@ -88,6 +88,8 @@ class BasePanelBrowserTest : public InProcessBrowserTest {
const FilePath::StringType& path,
extensions::Extension::Location location,
const DictionaryValue& extra_value);
+ scoped_refptr<extensions::Extension> LoadExtensionFromManifest(
+ const FilePath::StringType& manifest_file);
void MoveMouseAndWaitForExpansionStateChange(Panel* panel,
const gfx::Point& position);

Powered by Google App Engine
This is Rietveld 408576698