Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001...
[chromium-blink-merge.git] / chrome / browser / ui / android / status_tray_android.cc
blobd01287ad22fd899b559633975360f56b3654e38f
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/status_icons/status_tray.h"
7 #include "base/logging.h"
9 StatusTray* StatusTray::Create() {
10 NOTIMPLEMENTED();
11 return NULL;