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

Unified Diff: chrome/browser/icon_loader_android.cc

Issue 9363058: Implement minimal IconManager and IconLoader for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/icon_manager_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/icon_loader_android.cc
diff --git a/chrome/browser/icon_loader_android.cc b/chrome/browser/icon_loader_android.cc
new file mode 100644
index 0000000000000000000000000000000000000000..186e5790b9f74db22f8c57d991b72bfc19f11a61
--- /dev/null
+++ b/chrome/browser/icon_loader_android.cc
@@ -0,0 +1,11 @@
+// Copyright (c) 2012 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 "base/logging.h"
+#include "chrome/browser/icon_loader.h"
+
jam 2012/02/15 01:31:47 nit: extra blank line
+
+void IconLoader::ReadIcon() {
+ NOTIMPLEMENTED();
+}
« no previous file with comments | « no previous file | chrome/browser/icon_manager_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698