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

Unified Diff: chrome/browser/apps/app_browsertest.cc

Issue 417063004: Separate Toolkit specific impl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/apps/app_browsertest.cc
diff --git a/chrome/browser/apps/app_browsertest.cc b/chrome/browser/apps/app_browsertest.cc
index 7b739213bc5dd4e81ce467fb7755c9fdcc4b7ca8..cfa146cf29b8b366635108f15f5550db9cfd9a07 100644
--- a/chrome/browser/apps/app_browsertest.cc
+++ b/chrome/browser/apps/app_browsertest.cc
@@ -85,8 +85,6 @@ class PlatformAppContextMenu : public RenderViewContextMenu {
ui::Accelerator* accelerator) OVERRIDE {
return false;
}
- virtual void PlatformInit() OVERRIDE {}
- virtual void PlatformCancel() OVERRIDE {}
};
// This class keeps track of tabs as they are added to the browser. It will be

Powered by Google App Engine
This is Rietveld 408576698