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

Unified Diff: chrome/common/extensions/api/system_info_cpu.idl

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments - Patch currently being broken up Created 7 years, 6 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/common/extensions/api/system_info_cpu.idl
diff --git a/chrome/common/extensions/api/system_info_cpu.idl b/chrome/common/extensions/api/system_info_cpu.idl
index ee61007b39068acbef424f24bacaef011480ba53..16bae2637ccdd06f8dd8ba35b4eed1950d786470 100644
--- a/chrome/common/extensions/api/system_info_cpu.idl
+++ b/chrome/common/extensions/api/system_info_cpu.idl
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// File-level comment to appease parser. Eventually this will not be necessary.
namespace systemInfo.cpu {
dictionary CpuInfo {
@@ -15,7 +14,7 @@ namespace systemInfo.cpu {
};
callback CpuInfoCallback = void (CpuInfo info);
-
+
interface Functions {
// Queries basic CPU information of the system.
static void get(CpuInfoCallback callback);
« no previous file with comments | « chrome/common/extensions/api/sync_file_system.idl ('k') | chrome/common/extensions/api/system_info_memory.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698