diff options
Diffstat (limited to 'chrome/browser/icon_manager_linux.cc')
-rw-r--r-- | chrome/browser/icon_manager_linux.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/browser/icon_manager_linux.cc b/chrome/browser/icon_manager_linux.cc new file mode 100644 index 0000000..3e5d8be --- /dev/null +++ b/chrome/browser/icon_manager_linux.cc @@ -0,0 +1,12 @@ +// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "chrome/browser/icon_manager.h" + +#include "base/file_path.h" + +IconGroupID IconManager::GetGroupIDFromFilepath(const FilePath& filepath) { + NOTIMPLEMENTED(); + return std::string(); +} |