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

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 65b54f179b6f6c521a01a403454b51ff635fd049..8a10c5d5a1f24ab636701c53364d8eec0363fe4c 100644
--- a/chrome/browser/apps/app_browsertest.cc
+++ b/chrome/browser/apps/app_browsertest.cc
@@ -84,8 +84,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